From 5f52fc315535d4dad68afe9749b698a04678d752 Mon Sep 17 00:00:00 2001 From: Johannes Mueller Date: Thu, 31 Aug 2023 17:59:03 +0200 Subject: [PATCH] Pin pandas<2.1 for now Signed-off-by: Johannes Mueller --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7b183f28..c70dcd50 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 + pandas>=1.4.0,<2.1 h5py!=3.7.0 matplotlib cython