From bd818bfa2fc0aca2fc4b2586765ea350709d73a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Ftay=20Fabry?= Date: Wed, 6 Mar 2024 11:47:43 +0100 Subject: [PATCH] pandas<2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a24f8c99..d5448e2da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ requires-python = ">=3.9" dependencies = [ "numpy >=1.20", "asdf >=2.15.1", - "pandas >=1.0,<2.1", + "pandas >=1.0,<2.2", "xarray >=2022.9.0", "scipy >=1.6.2", "sympy >=1.6",