Skip to content

Commit

Permalink
Update CI test environments (#367)
Browse files Browse the repository at this point in the history
This PR:
* Updates the python 3.9 CI test environment, with a configuration I've checked works on arm64 Mac.
* Updates all of the environment yaml files to use dask==2024.4.1 (see PR 363)
  • Loading branch information
GenevieveBuckley committed May 14, 2024
1 parent 7fd8bc0 commit 23d3804
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- pytest==7.2.2
- pytest-cov==4.0.0
- pytest-flake8==1.1.1
- dask==2023.3.1
- dask==2024.4.1
- numpy==1.24.2
- scipy==1.10.1
- scikit-image==0.19.3
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- pytest==7.2.2
- pytest-cov==4.0.0
- pytest-flake8==1.1.1
- dask==2023.3.1
- dask==2024.4.1
- numpy==1.24.2
- scipy==1.10.1
- scikit-image==0.19.3
Expand Down
28 changes: 14 additions & 14 deletions continuous_integration/environment-3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ channels:

dependencies:
- python=3.9.*
- pip==22.0.2
- wheel==0.37.1
- coverage==6.3
- flake8==4.0.1
- pytest==6.2.5
- pytest-cov==4.0.0
- pytest-flake8==1.0.7
- dask==2023.2.1
- numpy==1.22.1
- scipy==1.7.3
- scikit-image==0.19.1
- pims==0.5
- slicerator==1.0.0
- pandas==2.0.0
- pip==24.0
- wheel==0.43.0
- coverage==7.5.1
- flake8==7.0.0
- pytest==8.2.0
- pytest-cov==5.0.0
- pytest-flake8==1.1.1
- dask==2024.4.1
- numpy==1.26.4
- scipy==1.13.0
- scikit-image==0.22.0
- pims==0.6.1
- slicerator==1.1.0
- pandas==2.2.2
2 changes: 1 addition & 1 deletion continuous_integration/environment-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- pip==22.3
- wheel==0.37.1
- jinja2<3.1
- dask==2023.2.0
- dask==2024.4.1
- numpy==1.23.4
- scipy==1.9.2
- scikit-image==0.19.3
Expand Down

0 comments on commit 23d3804

Please sign in to comment.