Skip to content

Commit

Permalink
Remove fsspec exclusion from 2021 (#8735)
Browse files Browse the repository at this point in the history
* Remove fsspec exclusion from 2021

Presumably no longer needed
  • Loading branch information
max-sixty committed Feb 11, 2024
1 parent aab2291 commit 3d490ec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ci/requirements/environment-3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ dependencies:
- dask-core
- distributed
- flox
- fsspec!=2021.7.0
- fsspec
- h5netcdf
- h5py
- hdf5
- hypothesis
- iris
- lxml # Optional dep of pydap
- lxml # Optional dep of pydap
- matplotlib-base
- nc-time-axis
- netcdf4
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements/environment-windows-3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ dependencies:
- dask-core
- distributed
- flox
- fsspec!=2021.7.0
- fsspec
- h5netcdf
- h5py
- hdf5
- hypothesis
- iris
- lxml # Optional dep of pydap
- lxml # Optional dep of pydap
- matplotlib-base
- nc-time-axis
- netcdf4
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements/environment-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ dependencies:
- dask-core
- distributed
- flox
- fsspec!=2021.7.0
- fsspec
- h5netcdf
- h5py
- hdf5
- hypothesis
- iris
- lxml # Optional dep of pydap
- lxml # Optional dep of pydap
- matplotlib-base
- nc-time-axis
- netcdf4
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- dask-expr # dask raises a deprecation warning without this, breaking doctests
- distributed
- flox
- fsspec!=2021.7.0
- fsspec
- h5netcdf
- h5py
- hdf5
Expand Down

0 comments on commit 3d490ec

Please sign in to comment.