Skip to content

Commit 077d872

Browse files
committed
relax pinned dependencies to match latest xarray. Fixes #408
1 parent a96cbf5 commit 077d872

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ keywords = [
3131
]
3232
dependencies = [
3333
"cfgrib>=0.9.15",
34-
"numpy>=2.2.1",
35-
"pandas>=2.2.3",
34+
"numpy>=1.24",
35+
"pandas>=2.1",
3636
"pyproj>=3.7.0",
3737
"requests>=2.23.3",
3838
"toml>=0.10.2", # TODO: Drop in favor of tomllib when Python >=3.11 is required.
@@ -48,7 +48,7 @@ dynamic = ["version"]
4848
"Bug Tracker" = "https://github.com/blaylockbk/Herbie/issues"
4949

5050
[project.optional-dependencies]
51-
extras = ["cartopy", "metpy", "scikit-learn"]
51+
extras = ["cartopy", "matplotlib", "metpy", "scikit-learn"]
5252
test = ["pytest", "pytest-cov", "ruff"]
5353
pygrib = ["pygrib"]
5454
docs = [

0 commit comments

Comments
 (0)