Skip to content

Commit

Permalink
relax pinned dependencies to match latest xarray. Fixes #408
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Feb 18, 2025
1 parent a96cbf5 commit 077d872
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ keywords = [
]
dependencies = [
"cfgrib>=0.9.15",
"numpy>=2.2.1",
"pandas>=2.2.3",
"numpy>=1.24",
"pandas>=2.1",
"pyproj>=3.7.0",
"requests>=2.23.3",
"toml>=0.10.2", # TODO: Drop in favor of tomllib when Python >=3.11 is required.
Expand All @@ -48,7 +48,7 @@ dynamic = ["version"]
"Bug Tracker" = "https://github.com/blaylockbk/Herbie/issues"

[project.optional-dependencies]
extras = ["cartopy", "metpy", "scikit-learn"]
extras = ["cartopy", "matplotlib", "metpy", "scikit-learn"]
test = ["pytest", "pytest-cov", "ruff"]
pygrib = ["pygrib"]
docs = [
Expand Down

0 comments on commit 077d872

Please sign in to comment.