From c0b7938e3c05134341d8395d93ccbf82ee3c7ec5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 14:37:51 +0000 Subject: [PATCH] chore(deps): update dependency pandas to v2 --- materials/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/materials/requirements.txt b/materials/requirements.txt index 0292528..9e29900 100644 --- a/materials/requirements.txt +++ b/materials/requirements.txt @@ -1,5 +1,5 @@ numpy==1.23.5 -pandas==1.5.1 +pandas==2.2.1 scikit-learn==1.1.3 scipy==1.9.3 notebook==6.5.6