Skip to content

Commit

Permalink
Security update: Dask v2021.10.0 as minimum allowable version (#288)
Browse files Browse the repository at this point in the history
* Security update, dask v2021.10.0 minimum allowable version

* Restore pinned version numbers in environmen-3.11.yml file
  • Loading branch information
GenevieveBuckley authored Mar 14, 2023
1 parent 4871929 commit 39e13fe
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions continuous_integration/environment-3.11.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: dask-image-testenv-py311
name: dask-image-testenv

channels:
- conda-forge

dependencies:
- python=3.11.*
- pip
- wheel
- coverage
- flake8
- pytest
- pytest-cov
- pytest-flake8
- dask
- numpy
- scipy
- scikit-image
- pims
- slicerator
- 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
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- pytest==7.0.0
- pytest-cov==4.0.0
- pytest-flake8==1.0.7
- dask==2.8.1
- dask==2021.10.0
- numpy==1.22.2
- scipy==1.8.0
- scikit-image==0.19.1
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- wheel==0.37.1
- sphinx==5.3.0
- jinja2<3.1
- dask==2.8.1
- dask==2021.10.0
- numpy==1.23.4
- scipy==1.9.2
- scikit-image==0.19.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def run_tests(self):
history = history_file.read()

requirements = [
"dask[array] >=1.1.0",
"dask[array] >=2021.10.0",
"numpy >=1.11.3",
"scipy >=0.19.1",
"pims >=0.4.1",
Expand Down

0 comments on commit 39e13fe

Please sign in to comment.