Skip to content

Commit

Permalink
add dask pin (#6153)
Browse files Browse the repository at this point in the history
  • Loading branch information
HGWright authored Sep 27, 2024
1 parent aed6253 commit 0d731cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- cartopy >=0.21
- cf-units >=3.1
- cftime >=1.5
- dask-core >=2022.9.0
- dask-core >=2022.9.0,!=2024.8.0
- libnetcdf !=4.9.1
- matplotlib-base >=3.5, !=3.9.1
- netcdf4
Expand Down
2 changes: 1 addition & 1 deletion requirements/py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- cartopy >=0.21
- cf-units >=3.1
- cftime >=1.5
- dask-core >=2022.9.0
- dask-core >=2022.9.0,!=2024.8.0
- libnetcdf !=4.9.1
- matplotlib-base >=3.5, !=3.9.1
- netcdf4
Expand Down
2 changes: 1 addition & 1 deletion requirements/py312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- cartopy >=0.21
- cf-units >=3.1
- cftime >=1.5
- dask-core >=2022.9.0
- dask-core >=2022.9.0,!=2024.8.0
- libnetcdf !=4.9.1
- matplotlib-base >=3.5, !=3.9.1
- netcdf4
Expand Down
2 changes: 1 addition & 1 deletion requirements/pypi-core.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cartopy>=0.21
cf-units>=3.1
cftime>=1.5.0
dask[array]>=2022.9.0
dask[array]>=2022.9.0,!=2024.8.0
# libnetcdf!=4.9.1 (not available on PyPI)
matplotlib>=3.5
netcdf4
Expand Down

0 comments on commit 0d731cb

Please sign in to comment.