Skip to content

Commit

Permalink
reverting looser dask version to show conflicts in py39-mindeps
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Dec 6, 2023
1 parent a24f517 commit 1758521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
#xarray<2023.4.0 conflicts with pandas<2.0.0 for resampling
"xarray>=2023.4.0",
#dask is aligned with xarray, no particular reason. Temporarily set to lower version because of cmc caret requirement "copernicus-marine-client 0.9.11 requires dask<2023.0.0,>=2022.1.1"
"dask>=2022.2.0",
"dask>=2022.1.0",
#netcdf4<1.5.4 pip install fails in py39
"netcdf4>=1.5.4",
#bottleneck<1.3.3 pip install fails in py39
Expand Down

0 comments on commit 1758521

Please sign in to comment.