From 52380526772016f275601523fee527a45083746b Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Tue, 17 Dec 2024 15:19:48 +0000 Subject: [PATCH] Bump version of pandas, untested --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bed98934e..c26e8d84f 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ 'networkx>=2.5,<2.6', 'Flask>=1.0.2', 'flask_sqlalchemy', - 'pandas<2.2', + 'pandas<2.3', 'plotly', 'python-daemon' ],