Skip to content

Commit

Permalink
pin dask
Browse files Browse the repository at this point in the history
  • Loading branch information
RondeauG committed Nov 12, 2024
1 parent d15e740 commit fa8206d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies:
- cftime
- cf_xarray >=0.7.6
- clisops >=0.10
- dask
- flox !=0.9.14
- dask !=2024.11 # FIXME: https://github.com/Ouranosinc/xclim/issues/1992
- flox !=0.9.14 # FIXME: Remove this line once _datetime_nanmin() in flox.xrutils is fixed
- fsspec
- geopandas
- h5netcdf
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies:
- cftime
- cf_xarray >=0.7.6
- clisops >=0.10
- dask
- flox !=0.9.14
- dask !=2024.11 # FIXME: https://github.com/Ouranosinc/xclim/issues/1992
- flox !=0.9.14 # FIXME: Remove this line once _datetime_nanmin() in flox.xrutils is fixed
- fsspec
- geopandas
- h5netcdf
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ dependencies = [
"cftime",
"cf_xarray >=0.7.6",
"clisops >=0.10",
"dask",
"flox !=0.9.14",
"dask !=2024.11", # FIXME: https://github.com/Ouranosinc/xclim/issues/1992
"flox !=0.9.14", # FIXME: Remove this line once _datetime_nanmin() in flox.xrutils is fixed
"fsspec",
"geopandas",
"h5netcdf",
Expand Down

0 comments on commit fa8206d

Please sign in to comment.