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",