From c6b9b8ece5d9593e2dabf66b6c49eaf1d2ad713f Mon Sep 17 00:00:00 2001 From: "Moritz E. Beber" Date: Thu, 19 Oct 2023 15:43:49 +0200 Subject: [PATCH] chore: allow broader range of pandas versions --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 31609a761..b7cfcf960 100644 --- a/setup.cfg +++ b/setup.cfg @@ -61,7 +61,7 @@ install_requires = importlib_resources numpy >=1.13 optlang ~=1.5 - pandas ~=1.0 + pandas >=1.0,<3.0 pydantic >=1.6 python-libsbml ~=5.19 rich >=8.0