Skip to content

Commit

Permalink
Merge pull request #636 from tomopy/scipy-api-limit
Browse files Browse the repository at this point in the history
BLD: Update dependency contraints
  • Loading branch information
carterbox committed Jan 30, 2024
2 parents e8ed168 + e19cae4 commit d413267
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
Expand Up @@ -32,7 +32,7 @@ with-coverage=1


[options]
python_requires = >=3.6
python_requires = >=3.8
include_package_data = True
zip_safe = False
packages = find:
Expand All @@ -46,7 +46,8 @@ install_requires =
numpy~=1.12,!=1.22.4
pywavelets==1.*
scikit-image~=0.17
scipy==1.*
# scipy 1.14 removes deprecated interpolation API
scipy==1.*,<1.14
tifffile>=2019

[options.packages.find]
Expand Down

0 comments on commit d413267

Please sign in to comment.