Skip to content

Commit

Permalink
Bump several upper bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Aug 15, 2024
1 parent cdb5b96 commit c3e3615
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -172,7 +172,7 @@ mpl = [
]
mysql = [
"mysqlclient>=2,<3",
"pandas>=2,<2.3",
"pandas>=2.1.2,<3",
]
postgresql = [
"psycopg2-binary>=2,<3",
Expand Down

0 comments on commit c3e3615

Please sign in to comment.