Skip to content

Commit

Permalink
BUG: Fix dep generation (pandas-dev#28734)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadashigaki authored and Nico Cernek committed Jan 1, 2020
1 parent 32a78ce commit e5cc054
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ numpydoc>=0.9.0
nbconvert>=5.4.1
nbsphinx
pandoc
dask-core
dask
toolz>=0.7.3
fsspec>=0.5.1
partd>=0.3.10
Expand Down
3 changes: 3 additions & 0 deletions scripts/generate_pip_deps_from_conda.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ def conda_package_to_pip(package):

break

if package in RENAME:
return RENAME[package]

return package


Expand Down

0 comments on commit e5cc054

Please sign in to comment.