Skip to content

Commit

Permalink
bump some testing requirements (#2736)
Browse files Browse the repository at this point in the history
* bump some testing requirements
+ matplotlib >=3.6.0
+ dython ~=0.7.6

(cherry picked from commit 708f11d)
  • Loading branch information
Borda committed Sep 13, 2024
1 parent 89c4265 commit 327f01c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/classification_test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
# 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.2
pandas >1.4.0, <=2.2.2
netcal >1.0.0, <1.4.0 # calibration_error
numpy <2.2.0
fairlearn # group_fairness
4 changes: 2 additions & 2 deletions requirements/nominal_test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment

pandas >1.0.0, <=2.2.2 # cannot pin version due to numpy version incompatibility
dython <=0.7.7
pandas >1.4.0, <=2.2.2 # cannot pin version due to numpy version incompatibility
dython ~=0.7.6
scipy >1.0.0, <1.15.0 # cannot pin version due to some version conflicts with `oldest` CI configuration
statsmodels >0.13.5, <0.15.0
2 changes: 1 addition & 1 deletion requirements/visual.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment

matplotlib >=3.3.0, <3.10.0
matplotlib >=3.6.0, <3.10.0
SciencePlots >= 2.0.0, <2.2.0

0 comments on commit 327f01c

Please sign in to comment.