Skip to content

Commit

Permalink
build(deps): update pandas requirement from <=2.0.2,>=1.4.0 to >=1.4.…
Browse files Browse the repository at this point in the history
…0,<=2.0.3 in /requirements (#1875)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 4, 2023
1 parent ba34076 commit 13f85d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0.2
pandas >=1.4.0, <=2.0.3
netcal >1.0.0, <=1.3.5 # calibration_error
numpy <1.25.0
fairlearn # group_fairness
2 changes: 1 addition & 1 deletion 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.0.2 # cannot pin version due to numpy version incompatibility
pandas >1.0.0, <=2.0.3 # cannot pin version due to numpy version incompatibility
dython <=0.7.4
scipy >1.0.0, <1.11.0 # cannot pin version due to some version conflicts with `oldest` CI configuration
statsmodels >0.13.5, <=0.14.0

0 comments on commit 13f85d0

Please sign in to comment.