Skip to content

Commit e5901d6

Browse files
authored
Merge pull request #89 from oceanhackweek/24-Myranda-xarray-pin
Pin xarray to less than 2024.3 for argopy
2 parents e18dea3 + 410894f commit e5901d6

File tree

2 files changed

+72
-73
lines changed

2 files changed

+72
-73
lines changed

py-base/pixi.lock

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

py-base/pixi.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pytorch = ">=2.3.1,<2.4"
5757
torchvision = ">=0.18.1,<0.19"
5858
einops = ">=0.8.0,<0.9"
5959
matplotlib = ">=3.9.1,<3.10"
60-
numpy = ">=2.0.1,<2.1"
60+
numpy = "*"
6161

6262
[feature.24-Ciara.dependencies]
6363
cfgrib = ">=0.9.14.0"
@@ -66,7 +66,7 @@ ipykernel = ">=6.29.5"
6666
numpy = ">=1.24.3"
6767
matplotlib = ">=3.9.1"
6868
pandas = ">=2.2.2"
69-
xarray = ">=2024.1.0"
69+
xarray = "*"
7070
cartopy = ">=0.22.0"
7171
boto3 = "*"
7272
# botocore = ">=1.34.78"
@@ -98,6 +98,7 @@ matplotlib = "*"
9898
pandas = "*"
9999
scikit-learn = "*"
100100
numpy = "*"
101+
xarray = "<2024.3"
101102

102103

103104
[environments]

0 commit comments

Comments
 (0)