Skip to content

Commit 4944a1e

Browse files
committed
Update dependencies
1 parent 5d62147 commit 4944a1e

File tree

2 files changed

+71
-8
lines changed

2 files changed

+71
-8
lines changed

poetry.lock

Lines changed: 66 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ popcon_algorithms = 'cfspopcon.cli:write_algorithms_yaml'
2323

2424
[tool.poetry.dependencies]
2525
python = ">=3.10"
26-
numpy = "^2.0"
26+
numpy = [
27+
{version = "^2.3", python = ">=3.11"},
28+
{version = "^2.2", python = "<3.11"}
29+
]
2730
pandas = "^2.2"
2831
scipy = "^1.8"
2932
seaborn = "^0.13"
@@ -32,7 +35,7 @@ toml = "^0.10.2"
3235
typing-extensions = "^4.12"
3336
pint = "^0.24"
3437
xarray = ">=2024"
35-
pint-xarray = "^0.4"
38+
pint-xarray = "^0.5"
3639
click = "^8.1.0"
3740
netcdf4 = "^1.7"
3841
radas = ">=2024.8.0"

0 commit comments

Comments
 (0)