Skip to content

Commit 8852fc4

Browse files
Add typing to dependencies (#462)
1 parent 010902f commit 8852fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
url="https://github.com/modin-project/modin",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",
18-
install_requires=["pandas==0.23.4", "ray==0.6.2", "numpy<=1.15.0"],
18+
install_requires=["pandas==0.23.4", "ray==0.6.2", "numpy<=1.15.0", "typing"],
1919
extras_require={
2020
# can be installed by pip install modin[dask]
2121
"dask": ["dask==1.0.0", "distributed==1.25.0"],

0 commit comments

Comments
 (0)