Skip to content

Commit

Permalink
Pin minimum versions for fsspec, gcsfs, and s3fs (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Jan 24, 2023
1 parent a2e1430 commit 8879adf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions ci/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies:
- cftime
- distributed
- ecgtools >=2022.10.7
- fsspec>=2022.7.0
- gcsfs
- fsspec>=2022.11.0
- gcsfs >=2022.11.0
- intake>=0.6.6
- jupyterlab
- matplotlib
Expand All @@ -16,7 +16,7 @@ dependencies:
- pydantic>=1.9
- python-graphviz
- python=3.10
- s3fs >=2022.8.2
- s3fs >=2022.11.0
- sphinx
- sphinx-copybutton
- sphinx-design
Expand Down
4 changes: 2 additions & 2 deletions ci/environment-upstream-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- codecov
- dask>=2022.02.0
- fastprogress>=1.0.0
- gcsfs
- gcsfs >=2022.11.0
- h5netcdf>=0.8.1
- ipython
- matplotlib
Expand All @@ -27,7 +27,7 @@ dependencies:
- pytest-sugar
- pytest-xdist
- regionmask
- s3fs
- s3fs >=2022.11.0
- scipy
- xarray-datatree
- xgcm
Expand Down
6 changes: 3 additions & 3 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies:
- cftime
- codecov
- fastprogress>=1.0.0
- fsspec>=2022.7.0
- gcsfs
- fsspec>=2022.11.0
- gcsfs >=2022.11.0
- h5netcdf>=0.8.1
- intake>=0.6.6
- ipython
Expand All @@ -22,7 +22,7 @@ dependencies:
- pytest-sugar
- pytest-xdist
- pytest-mock
- s3fs >=2022.8.2
- s3fs >=2022.11.0
- scipy
- xarray>=2022.06
- xarray-datatree
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dask[complete]>=2022.02.0
fastprogress>=1.0.0
fsspec>=2022.7.0
fsspec>=2022.11.0
intake>=0.6.6
netCDF4>=1.5.5
requests>=2.24.0
Expand Down

0 comments on commit 8879adf

Please sign in to comment.