Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci/environment-py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies:
- dask
- scipy
- s3fs
- gcsfs
- python-blosc
- flake8
- black
Expand Down
1 change: 1 addition & 0 deletions ci/environment-py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies:
- dask
- scipy
- s3fs
- gcsfs
- python-blosc
- flake8
- fastparquet
Expand Down
1 change: 1 addition & 0 deletions ci/environment-py312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies:
- aiohttp
- pytest-cov
- fsspec
- gcsfs
- dask
- scipy
- s3fs
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ netcdf3 = ["scipy"]
dev = [
"cftime",
"dask",
"fastparquet",
"fastparquet>=2024.11.0",
"h5netcdf",
"h5py",
"jinja2",
"mypy",
"pytest",
"s3fs",
"gcsfs",
"types-ujson",
"xarray>=2024.10.0",
"cfgrib",
Expand Down
Loading
Loading