Skip to content

Commit

Permalink
Merge pull request #3035 from mraspaud/dask_pin_dataframe
Browse files Browse the repository at this point in the history
Pin dask to avoid dataframe problem
  • Loading branch information
mraspaud authored Jan 20, 2025
2 parents a22bf7c + 3765a5e commit 87302bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- xarray!=2022.9.0
- dask
- dask<2025.1.0
- distributed
- dask-image
- donfig
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
]
dependencies = [
"platformdirs",
"dask[array]>=0.17.1",
"dask[array]>=0.17.1,<2025.1.0",
"donfig",
"numpy>=1.21",
"packaging",
Expand Down

0 comments on commit 87302bf

Please sign in to comment.