From b0308accf5502df1a9f67aa04dfb059ade82bec2 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Mon, 28 Mar 2022 13:33:54 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Florian Jetter --- continuous_integration/environment-3.10.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/continuous_integration/environment-3.10.yaml b/continuous_integration/environment-3.10.yaml index 6a9fd8f380..0ee8292226 100644 --- a/continuous_integration/environment-3.10.yaml +++ b/continuous_integration/environment-3.10.yaml @@ -17,7 +17,6 @@ dependencies: - ipykernel - ipywidgets - jinja2 - - joblib # overridden by git tip below - jupyter_client - msgpack-python - netcdf4 @@ -43,10 +42,5 @@ dependencies: - zstandard - pip: - git+https://github.com/dask/dask - - git+https://github.com/dask/s3fs - git+https://github.com/dask/zict - # FIXME https://github.com/dask/distributed/issues/5345 - # - git+https://github.com/intake/filesystem_spec - - git+https://github.com/joblib/joblib - - keras - pytest-asyncio<0.14.0 # `pytest-asyncio<0.14.0` isn't available on conda-forge for Python 3.10