Skip to content

Commit

Permalink
Merge pull request #89 from oceanhackweek/24-Myranda-xarray-pin
Browse files Browse the repository at this point in the history
Pin xarray to less than 2024.3 for argopy
  • Loading branch information
abkfenris authored Aug 27, 2024
2 parents e18dea3 + 410894f commit e5901d6
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 73 deletions.
140 changes: 69 additions & 71 deletions py-base/pixi.lock

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

5 changes: 3 additions & 2 deletions py-base/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pytorch = ">=2.3.1,<2.4"
torchvision = ">=0.18.1,<0.19"
einops = ">=0.8.0,<0.9"
matplotlib = ">=3.9.1,<3.10"
numpy = ">=2.0.1,<2.1"
numpy = "*"

[feature.24-Ciara.dependencies]
cfgrib = ">=0.9.14.0"
Expand All @@ -66,7 +66,7 @@ ipykernel = ">=6.29.5"
numpy = ">=1.24.3"
matplotlib = ">=3.9.1"
pandas = ">=2.2.2"
xarray = ">=2024.1.0"
xarray = "*"
cartopy = ">=0.22.0"
boto3 = "*"
# botocore = ">=1.34.78"
Expand Down Expand Up @@ -98,6 +98,7 @@ matplotlib = "*"
pandas = "*"
scikit-learn = "*"
numpy = "*"
xarray = "<2024.3"


[environments]
Expand Down

0 comments on commit e5901d6

Please sign in to comment.