Skip to content

Commit

Permalink
Pin dask so CI passes (#1144)
Browse files Browse the repository at this point in the history
Dask dask/dask#11378 is a breaking change
  • Loading branch information
manthey authored Nov 12, 2024
1 parent a830593 commit 4bfc643
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'matplotlib',
'pyvips',
# dask packages
'dask[dataframe]',
'dask[dataframe]<2024.11.0',
'distributed',
# large image; for non-linux systems only install the PIL tile source
# by default.
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ setenv =
deps =
coverage
pooch
pytest>=3.6
pytest-cov>=2.6
pytest
pytest-cov
pytest-xdist
-rrequirements-dev.txt
allowlist_externals =
Expand Down

0 comments on commit 4bfc643

Please sign in to comment.