Skip to content

Commit

Permalink
Pin dowstream PyWavelets dependency
Browse files Browse the repository at this point in the history
- pywavelets is a dependency of scikit-image, which:
    - dropped python 3.9 support in [version 1.6.0](PyWavelets/pywt@734ef4b)
    - dropped python 3.8 support in [version 1.5.0](PyWavelets/pywt@0a24ebc#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711)
  • Loading branch information
gnodar01 committed Jul 12, 2024
1 parent 7e4102b commit 6f0d786
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ def run_tests(self):
"matplotlib>=3.1.3,<3.8",
"numpy>=1.18.2,<2",
"scikit-image>=0.17.2,<0.22.0",
# we don't depend on this directly but scikit-image does
# and does not put an upper pin on it
# if removing upper pin on scikit-image here,
# then delete PyWavelets as a dependency as well
"PyWavelets<1.5",
"scipy>=1.4.1,<1.11",
],
tests_require=[
Expand Down

0 comments on commit 6f0d786

Please sign in to comment.