Skip to content

Commit 2ca1070

Browse files
authored
Pin dask/distributed versions (#380)
1 parent 8a6302c commit 2ca1070

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
@@ -74,7 +74,7 @@ def run(self):
7474
python_requires=">=3.6",
7575
setup_requires=["setuptools_scm"] + sphinx_requirements,
7676
install_requires=[
77-
"dask[dataframe,distributed]>=2021.11.1",
77+
"dask[dataframe,distributed]>=2021.11.1,<=2022.01.0",
7878
"pandas>=1.0.0", # below 1.0, there were no nullable ext. types
7979
"jpype1>=1.0.2",
8080
"fastapi>=0.61.1",

0 commit comments

Comments
 (0)