Skip to content

Commit

Permalink
ree: remove void requirements after bump to py3.9+
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jan 25, 2025
1 parent 5fc2e0b commit 95ac383
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
3 changes: 1 addition & 2 deletions requirements/_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ pydantic > 1.0.0, < 3.0.0
# --------------------------
# todo: until this has resolution - https://github.com/sphinx-gallery/sphinx-gallery/issues/1290
# Image
scikit-image ~=0.22; python_version < "3.10"
scikit-image ~=0.25; python_version > "3.9" # we do not use `> =` because of oldest replcement
scikit-image ~=0.25
3 changes: 1 addition & 2 deletions requirements/_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ pyGithub >2.0.0, <2.6.0
fire ==0.7.*

cloudpickle >1.3, <=3.1.1
scikit-learn ==1.2.*; python_version < "3.9"
scikit-learn ==1.6.*; python_version > "3.8" # we do not use `> =` because of oldest replcement
scikit-learn ==1.6.*
cachier ==3.1.2
1 change: 0 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
numpy >1.20.0
packaging >17.1
torch >=2.0.0, <2.7.0
typing-extensions; python_version < '3.9'
lightning-utilities >=0.8.0, <0.12.0
3 changes: 1 addition & 2 deletions requirements/nominal_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment

pandas >1.4.0, <=2.2.3 # cannot pin version due to numpy version incompatibility
dython ==0.7.6 ; python_version <"3.9"
dython ==0.7.9 ; python_version > "3.8" # we do not use `> =`
dython ==0.7.9
scipy >1.0.0, <1.16.0 # cannot pin version due to some version conflicts with `oldest` CI configuration
statsmodels >0.13.5, <0.15.0
3 changes: 1 addition & 2 deletions requirements/segmentation_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment

scipy >1.0.0, <1.16.0
monai ==1.3.2 ; python_version < "3.9"
monai ==1.4.0 ; python_version > "3.8"
monai ==1.4.0

0 comments on commit 95ac383

Please sign in to comment.