From c2054b1dd969c88076327053dc79f8c58e2e534c Mon Sep 17 00:00:00 2001 From: Charles Blackmon-Luca <20627856+charlesbluca@users.noreply.github.com> Date: Mon, 24 Jan 2022 13:42:15 -0500 Subject: [PATCH] Pin dask/distributed versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ef29d76b0..387878954 100755 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ def run(self): python_requires=">=3.6", setup_requires=["setuptools_scm"] + sphinx_requirements, install_requires=[ - "dask[dataframe,distributed]>=2021.11.1", + "dask[dataframe,distributed]>=2021.11.1,<=2022.01.0", "pandas>=1.0.0", # below 1.0, there were no nullable ext. types "jpype1>=1.0.2", "fastapi>=0.61.1",