From 7d49f40e04a7989d0264c33c86c0a70a4816b9e9 Mon Sep 17 00:00:00 2001 From: Jan Niederau Date: Fri, 2 Jun 2023 16:44:26 +0200 Subject: [PATCH] [WIP] fix pd to 1.5.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b1ca3191..ffe6818b 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ author="Software Underground", author_email="hello@softwareunderground.org", license="Apache-2.0", - install_requires=["xarray", ], + install_requires=["xarray", "pandas==1.5.3"], classifiers=CLASSIFIERS, zip_safe=False, use_scm_version={