From c3e3615af18a0055a48b4c9a62de753953f7a3fa Mon Sep 17 00:00:00 2001 From: Benjamin Gutzmann Date: Thu, 15 Aug 2024 23:28:41 +0200 Subject: [PATCH] Bump several upper bounds --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cc160be1e..0a7b798ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,12 +121,12 @@ bufr = [ "pybufrkit>=0.2,<0.3", ] cratedb = [ - "pandas>=2,<2.3", + "pandas>=2.1.2,<3", "sqlalchemy-cratedb<1", ] duckdb = [ "duckdb>=0.9", - "pandas>=2,<2.3", + "pandas>=2.1.2,<3", ] eccodes = [ "eccodes>=1.5.2,<1.8", @@ -141,14 +141,14 @@ explorer = [ "streamlit>=1.27,<2", ] export = [ - "pandas>=2,<2.3", + "pandas>=2.1.2,<3", "sqlalchemy>=2,<2.1", "xarray>=2023.1,<2024.3", "xlsxwriter>=3.0.9,<3.3", "zarr>=2.13,<3", ] export_without_zarr = [ - "pandas>=2,<2.3", + "pandas>=2.1.2,<3", "sqlalchemy>=2,<2.1", "xarray>=2023.1,<2024.3", "xlsxwriter>=3.0.9,<3.3", @@ -172,7 +172,7 @@ mpl = [ ] mysql = [ "mysqlclient>=2,<3", - "pandas>=2,<2.3", + "pandas>=2.1.2,<3", ] postgresql = [ "psycopg2-binary>=2,<3",