Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 23, 2024
1 parent 9eea57e commit 17ee73b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
26 changes: 25 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ contourpy = [
{ version = ">=1.2.1", python = "^3.9" }
]
# specify to avoid poetry installation of xarray 2023.1.0 on python 3.12 (which does not support numpy 2.0)
xarray = ">=2023.0.0"
xarray = [
{ version = ">=2023.0.0", python = "3.8" },
{ version = ">=2024.6.0", python = "^3.9" }
]
# pandas dependency comes from xarray, specify to avoid poetry installation of pandas 2.0.3 on python 3.12 (which does not support numpy 2.0)
pandas = [
{ version = ">=1.3", python = "3.8" },
Expand Down

0 comments on commit 17ee73b

Please sign in to comment.