From 4bfc6430ff355d5a7f84172b39c23a1c666bf6e2 Mon Sep 17 00:00:00 2001 From: David Manthey Date: Tue, 12 Nov 2024 16:11:37 -0500 Subject: [PATCH] Pin dask so CI passes (#1144) Dask https://github.com/dask/dask/pull/11378 is a breaking change --- setup.py | 2 +- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 8972b3102..d4deca45a 100644 --- a/setup.py +++ b/setup.py @@ -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. diff --git a/tox.ini b/tox.ini index 197bf89aa..2087689d8 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =