diff --git a/continuous_integration/environment-3.10.yaml b/continuous_integration/environment-3.10.yaml index a3209963dc2..8c23760f555 100644 --- a/continuous_integration/environment-3.10.yaml +++ b/continuous_integration/environment-3.10.yaml @@ -55,9 +55,8 @@ dependencies: - pip: - git+https://github.com/dask/dask - git+https://github.com/dask-contrib/dask-expr + - git+https://github.com/dask/s3fs - git+https://github.com/dask/zict + - git+https://github.com/fsspec/filesystem_spec - git+https://github.com/dask/crick # Only tested here - # Revert after https://github.com/dask/distributed/issues/8614 is fixed - # - git+https://github.com/dask/s3fs - # - git+https://github.com/fsspec/filesystem_spec - keras diff --git a/continuous_integration/environment-3.11.yaml b/continuous_integration/environment-3.11.yaml index dfc2a56be7a..709f041887b 100644 --- a/continuous_integration/environment-3.11.yaml +++ b/continuous_integration/environment-3.11.yaml @@ -49,8 +49,7 @@ dependencies: - pip: - git+https://github.com/dask/dask - git+https://github.com/dask-contrib/dask-expr + - git+https://github.com/dask/s3fs - git+https://github.com/dask/zict - # Revert after https://github.com/dask/distributed/issues/8614 is fixed - # - git+https://github.com/dask/s3fs - # - git+https://github.com/fsspec/filesystem_spec + - git+https://github.com/fsspec/filesystem_spec - keras diff --git a/continuous_integration/environment-3.12.yaml b/continuous_integration/environment-3.12.yaml index 39a313d5ef7..61d1bfe2731 100644 --- a/continuous_integration/environment-3.12.yaml +++ b/continuous_integration/environment-3.12.yaml @@ -49,8 +49,7 @@ dependencies: - pip: - git+https://github.com/dask/dask - git+https://github.com/dask-contrib/dask-expr + - git+https://github.com/dask/s3fs - git+https://github.com/dask/zict - # Revert after https://github.com/dask/distributed/issues/8614 is fixed - # - git+https://github.com/dask/s3fs - # - git+https://github.com/fsspec/filesystem_spec + - git+https://github.com/fsspec/filesystem_spec - keras