Skip to content

Commit 3d490ec

Browse files
authored
Remove fsspec exclusion from 2021 (#8735)
* Remove fsspec exclusion from 2021 Presumably no longer needed
1 parent aab2291 commit 3d490ec

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

ci/requirements/environment-3.12.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ dependencies:
1111
- dask-core
1212
- distributed
1313
- flox
14-
- fsspec!=2021.7.0
14+
- fsspec
1515
- h5netcdf
1616
- h5py
1717
- hdf5
1818
- hypothesis
1919
- iris
20-
- lxml # Optional dep of pydap
20+
- lxml # Optional dep of pydap
2121
- matplotlib-base
2222
- nc-time-axis
2323
- netcdf4

ci/requirements/environment-windows-3.12.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ dependencies:
99
- dask-core
1010
- distributed
1111
- flox
12-
- fsspec!=2021.7.0
12+
- fsspec
1313
- h5netcdf
1414
- h5py
1515
- hdf5
1616
- hypothesis
1717
- iris
18-
- lxml # Optional dep of pydap
18+
- lxml # Optional dep of pydap
1919
- matplotlib-base
2020
- nc-time-axis
2121
- netcdf4

ci/requirements/environment-windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ dependencies:
99
- dask-core
1010
- distributed
1111
- flox
12-
- fsspec!=2021.7.0
12+
- fsspec
1313
- h5netcdf
1414
- h5py
1515
- hdf5
1616
- hypothesis
1717
- iris
18-
- lxml # Optional dep of pydap
18+
- lxml # Optional dep of pydap
1919
- matplotlib-base
2020
- nc-time-axis
2121
- netcdf4

ci/requirements/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- dask-expr # dask raises a deprecation warning without this, breaking doctests
1313
- distributed
1414
- flox
15-
- fsspec!=2021.7.0
15+
- fsspec
1616
- h5netcdf
1717
- h5py
1818
- hdf5

0 commit comments

Comments
 (0)