-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update supported python versions to 3.8, 3.9, 3.10, & 3.11 (drop pyth…
…on 3.7) (#284) * Supported python versions should match main dask/dask repo * Update python versions mentioned in pull request template * Drop python 3.7 env, add envs for python 3.10 & 3.11 * np.bool & np.int deprecated, replace with np.bool_ & int * threshold_local doesn't raise error for gaussians with nan block size in later versions
- Loading branch information
1 parent
3668e93
commit b43e6cb
Showing
7 changed files
with
44 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: dask-image-testenv | ||
|
||
channels: | ||
- conda-forge | ||
|
||
dependencies: | ||
- python=3.10.* | ||
- pip==23.0.1 | ||
- wheel==0.38.4 | ||
- coverage==7.2.1 | ||
- flake8==6.0.0 | ||
- pytest==7.2.2 | ||
- pytest-cov==4.0.0 | ||
- pytest-flake8==1.1.1 | ||
- dask==2023.3.1 | ||
- numpy==1.24.2 | ||
- scipy==1.10.1 | ||
- scikit-image==0.19.3 | ||
- pims==0.6.1 | ||
- slicerator==1.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: dask-image-testenv-py311 | ||
|
||
channels: | ||
- conda-forge | ||
|
||
dependencies: | ||
- python=3.11.* | ||
- pip | ||
- wheel | ||
- coverage | ||
- flake8 | ||
- pytest | ||
- pytest-cov | ||
- pytest-flake8 | ||
- dask | ||
- numpy | ||
- scipy | ||
- scikit-image | ||
- pims | ||
- slicerator |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters