Skip to content

Commit

Permalink
Merge branch 'RELEASE_next_patch' into RELEASE_next_minor
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/tests.yml
  • Loading branch information
ericpre committed Dec 18, 2021
2 parents 5c8821d + 15abab6 commit 97687bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- os: ubuntu
PYTHON_VERSION: 3.7
OLDEST_SUPPORTED_VERSION: true
DEPENDENCIES: matplotlib==3.1.0 numpy==1.17.1 scipy==1.1 imagecodecs==2020.1.31 tifffile==2020.2.16 dask==2.1.0
DEPENDENCIES: matplotlib==3.1.0 numpy==1.17.1 scipy==1.1 imagecodecs==2020.1.31 tifffile==2020.2.16 dask==2.1.0 scikit-image==0.15
PIP_SELECTOR: '[all, tests, coverage]'
PYTEST_ARGS_COVERAGE: --cov=. --cov-report=xml
LABEL: -oldest
Expand Down

0 comments on commit 97687bf

Please sign in to comment.