Skip to content

Commit

Permalink
Upper pin on transient dependency contourpy
Browse files Browse the repository at this point in the history
- contourpy dropped python 3.8 support [in version 1.2.0](contourpy/contourpy@2b0a1a9)
  • Loading branch information
gnodar01 committed Jul 12, 2024
1 parent 6f0d786 commit b49ec66
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 @@ -105,6 +105,11 @@ def run_tests(self):
install_requires=[
"deprecation",
"matplotlib>=3.1.3,<3.8",
# we don't depend on this directly but matplotlib does
# and does not put an upper pin on it
# if removing upper pin on scikit-image here,
# then delete contourpy as a dependency as well
"contourpy<1.2.0",
"numpy>=1.18.2,<2",
"scikit-image>=0.17.2,<0.22.0",
# we don't depend on this directly but scikit-image does
Expand Down

0 comments on commit b49ec66

Please sign in to comment.