From c2867839800e46a99905bfe02459cfa09238eb21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20H=C3=A4u=C3=9Fler?= Date: Thu, 19 Dec 2024 11:35:29 +0100 Subject: [PATCH] Update pyproject.toml included pandas==2.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00d2b39..a5c5f56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.10" python-libsbml = "^5.20.2" toml = "^0.10.2" rich = "^13.7.1" -pandas = ">=2.0,<2.2.2" +pandas = ">=2.0,<=2.2.2" pydantic-xml = "^2.12.1" loguru = "^0.7.2" rdflib = "7.0.0"