From 9014164cfe0a682f78f336d5fc61660a2789c327 Mon Sep 17 00:00:00 2001 From: Johannes Mueller Date: Fri, 29 Sep 2023 16:31:54 +0200 Subject: [PATCH] Uplift pandas dependency as pandas-2.1.1 contains fix Signed-off-by: Johannes Mueller --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3afe567c..d59f79ad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ python_requires = >=3.8 install_requires = numpy==1.23.5 scipy - pandas>=1.4.0,<2.1 + pandas>=1.4.0,!=2.1 h5py!=3.7.0 matplotlib cython