From f7e543e3e92a3d4923e1a3ff26f0da52fd3b8d6b Mon Sep 17 00:00:00 2001 From: mutantsan Date: Wed, 11 Sep 2024 13:26:51 +0300 Subject: [PATCH] fix: limit pandas version to 2.1.4 at max --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index eecf980..36db0f2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ckanext-charts -version = 1.1.0 +version = 1.1.1 description = long_description = file: README.md long_description_content_type = text/markdown @@ -24,7 +24,7 @@ packages = find: namespace_packages = ckanext install_requires = typing-extensions>=4.3.0 - pandas>=2.0.0,<3.0.0 + pandas>=2.0.0,<=2.1.4 plotly>=5.21.0,<6.0.0 redis>=5.0.0,<6.0.0 ckanext-scheming