We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010902f commit 8852fc4Copy full SHA for 8852fc4
setup.py
@@ -15,7 +15,7 @@
15
url="https://github.com/modin-project/modin",
16
long_description=long_description,
17
long_description_content_type="text/markdown",
18
- 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"],
19
extras_require={
20
# can be installed by pip install modin[dask]
21
"dask": ["dask==1.0.0", "distributed==1.25.0"],
0 commit comments