Skip to content

Commit

Permalink
Update dask pin to include patch for issues with py3.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fbunt committed May 9, 2024
1 parent 30ab7f7 commit 2126d2b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/310-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python=3.10
- affine
- cfgrib
- dask<=2024.2
- dask<=2024.2.1
- dask-geopandas
- dask-image
- fiona
Expand Down
2 changes: 1 addition & 1 deletion requirements/311-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python=3.11
- affine
- cfgrib
- dask<=2024.2
- dask<=2024.2.1
- dask-geopandas
- dask-image
- fiona
Expand Down
2 changes: 1 addition & 1 deletion requirements/39-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python=3.9
- affine
- cfgrib
- dask<=2024.2
- dask<=2024.2.1
- dask-geopandas
- dask-image
- fiona
Expand Down
2 changes: 1 addition & 1 deletion requirements/default.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
affine
cfgrib
dask<=2024.2
dask<=2024.2.1
dask-geopandas
dask-image
fiona
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
affine
build
cfgrib
dask<=2024.2
dask<=2024.2.1
dask-geopandas
dask-image
fiona
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- affine
- build
- cfgrib
- dask<=2024.2
- dask<=2024.2.1
- dask-geopandas
- dask-image
- fiona
Expand Down
2 changes: 1 addition & 1 deletion requirements/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- affine
- build
- cfgrib
- dask<=2024.2
- dask<=2024.2.1
- dask-geopandas
- dask-image
- fiona
Expand Down

0 comments on commit 2126d2b

Please sign in to comment.