From 13f85d025051f5701f54f10cd2694f3242d02ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 10:26:50 +0200 Subject: [PATCH] build(deps): update pandas requirement from <=2.0.2,>=1.4.0 to >=1.4.0,<=2.0.3 in /requirements (#1875) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/classification_test.txt | 2 +- requirements/nominal_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/classification_test.txt b/requirements/classification_test.txt index 06859ee8dba..2b4247b424e 100644 --- a/requirements/classification_test.txt +++ b/requirements/classification_test.txt @@ -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 diff --git a/requirements/nominal_test.txt b/requirements/nominal_test.txt index ec9ba46cd30..3d631c6150c 100644 --- a/requirements/nominal_test.txt +++ b/requirements/nominal_test.txt @@ -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