Skip to content

Commit 5f6b58f

Browse files
committed
Update dependency versions in pyproject.toml
Loosened the version constraint for "cfgrib" and pinned "xarray" to version 2025.1.1. Missed in PR #338.
1 parent 873cc14 commit 5f6b58f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies = [
4848
"beautifulsoup4",
4949
"bottleneck",
5050
"cartopy",
51-
"cfgrib == 0.9.11.0",
51+
"cfgrib",
5252
"click",
5353
"cliff",
5454
"cmocean",
@@ -91,7 +91,7 @@ dependencies = [
9191
"tqdm",
9292
"utm",
9393
"watchdog",
94-
"xarray",
94+
"xarray == 2025.1.1",
9595
# 'NEMO_Nowcast', # use python3 -m pip install --editable NEMO_Nowcast/
9696
# 'moad_tools', # use python3 -m pip install --editable moad_tools
9797
# 'Reshapr', # use python3 -m pip install --editable Reshapr

0 commit comments

Comments
 (0)