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 8a6302c commit 2ca1070Copy full SHA for 2ca1070
setup.py
@@ -74,7 +74,7 @@ def run(self):
74
python_requires=">=3.6",
75
setup_requires=["setuptools_scm"] + sphinx_requirements,
76
install_requires=[
77
- "dask[dataframe,distributed]>=2021.11.1",
+ "dask[dataframe,distributed]>=2021.11.1,<=2022.01.0",
78
"pandas>=1.0.0", # below 1.0, there were no nullable ext. types
79
"jpype1>=1.0.2",
80
"fastapi>=0.61.1",
0 commit comments