The current test suite covers environments with fixed dependencies for reproducibility. However, as e.g. #429 and #427 have shown, there are problems since the testing currently
- only covers python <=3.12
- doesn't cover the case of
python -m pip install dask-image outside of the defined test environments.
I'd suggest to
- adapt the fixed environments more closely to the current support window https://scientific-python.org/specs/spec-0000/, e.g. testing python versions 3.10-3.14 and
- add an environment with a current python version (e.g. 3.13) which doesn't fix the dependencies
The current test suite covers environments with fixed dependencies for reproducibility. However, as e.g. #429 and #427 have shown, there are problems since the testing currently
python -m pip install dask-imageoutside of the defined test environments.I'd suggest to