Skip to content

Commit

Permalink
Add typing to dependencies (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-petersohn authored Feb 7, 2019
1 parent 010902f commit 8852fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
url="https://github.com/modin-project/modin",
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=["pandas==0.23.4", "ray==0.6.2", "numpy<=1.15.0"],
install_requires=["pandas==0.23.4", "ray==0.6.2", "numpy<=1.15.0", "typing"],
extras_require={
# can be installed by pip install modin[dask]
"dask": ["dask==1.0.0", "distributed==1.25.0"],
Expand Down

0 comments on commit 8852fc4

Please sign in to comment.