From 7c80f5fb99dd111b06c8279ff197eb36e06f2194 Mon Sep 17 00:00:00 2001 From: Jirka B Date: Tue, 3 Sep 2024 22:08:51 +0200 Subject: [PATCH] pandas >1.4.0 --- 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 688067c482a..8cadb2b3e3e 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.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 diff --git a/requirements/nominal_test.txt b/requirements/nominal_test.txt index f39daf1e06d..522682eb323 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.2.2 # cannot pin version due to numpy version incompatibility +pandas >1.4.0, <=2.2.2 # cannot pin version due to numpy version incompatibility dython ==0.7.* 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