From 17e9f1412705b7dc98c99421161fbe2f4a1c0f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Judith=20S=C3=A1inz-Pardo=20D=C3=ADaz?= Date: Thu, 26 Sep 2024 10:45:50 +0200 Subject: [PATCH] chore: update pandas to version 2.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 01d5115..e76dae3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" numpy = "2.0.2" -pandas = "2.2.3" +pandas = "2.2.2" pycanon = "1.0.1.post2" typing_extensions = "4.12.2" beartype = "0.18.5"