From d35397bdb7039e165ccf0583baf5fd27968b9256 Mon Sep 17 00:00:00 2001 From: Noel Merket Date: Fri, 14 May 2021 10:04:16 -0600 Subject: [PATCH] pinning click<8 --- buildstockbatch/aws/s3_assets/bootstrap-dask-custom | 1 + create_eagle_env.sh | 2 +- setup.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/buildstockbatch/aws/s3_assets/bootstrap-dask-custom b/buildstockbatch/aws/s3_assets/bootstrap-dask-custom index 6eae9940..fa85264d 100644 --- a/buildstockbatch/aws/s3_assets/bootstrap-dask-custom +++ b/buildstockbatch/aws/s3_assets/bootstrap-dask-custom @@ -44,6 +44,7 @@ python=3.7 \ "pyarrow>=3.0.0" \ "s3fs>=0.4.2,<0.5.0" \ "numpy>=1.20.0" \ +"click<8.0.0" # remove later conda-pack \ tornado=5 diff --git a/create_eagle_env.sh b/create_eagle_env.sh index d612cdb2..b812c787 100755 --- a/create_eagle_env.sh +++ b/create_eagle_env.sh @@ -26,7 +26,7 @@ MY_CONDA_PREFIX="$CONDA_ENVS_DIR/$MY_CONDA_ENV_NAME" echo "Creating $MY_CONDA_PREFIX" module load conda conda remove -y --prefix "$MY_CONDA_PREFIX" --all -conda create -y --prefix "$MY_CONDA_PREFIX" -c conda-forge "pyarrow>=3.0.0" python=3.7.8 "numpy>=1.20.0" "pandas>=1.0.0,!=1.0.4" dask distributed ruby +conda create -y --prefix "$MY_CONDA_PREFIX" -c conda-forge "pyarrow>=3.0.0" python=3.7.8 "numpy>=1.20.0" "pandas>=1.0.0,!=1.0.4" dask distributed ruby "click<8.0.0" # Remove click after this is fixed https://github.com/dask/distributed/issues/4817 source deactivate source activate "$MY_CONDA_PREFIX" which pip diff --git a/setup.py b/setup.py index 33b63b59..f7999af6 100644 --- a/setup.py +++ b/setup.py @@ -71,6 +71,7 @@ def run_tests(self): 'ruamel.yaml>=0.15.0', 'testfixtures', 'awsretry', + 'click<8.0' # remove this after this bug is fixed in dask https://github.com/dask/distributed/issues/4817 ], extras_require={ 'dev': [