From 509293840277f05928e704d9bbf2980ed3836e33 Mon Sep 17 00:00:00 2001 From: Oliver Elbert Date: Mon, 27 Jan 2025 15:11:45 -0500 Subject: [PATCH 1/2] Hotfix/update netcdf version for docker files (#102) * Update netcdf version * also upgrade pip * update ndsl --- Dockerfile | 2 +- NDSL | 2 +- constraints.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 311ebcb9..9474e4ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y make \ python3-pip \ git -RUN pip3 install --upgrade setuptools wheel +RUN pip3 install --upgrade pip setuptools wheel COPY . /pace diff --git a/NDSL b/NDSL index a75a1d79..b7db2592 160000 --- a/NDSL +++ b/NDSL @@ -1 +1 @@ -Subproject commit a75a1d793a6b1c5f2a723f9eca718a6197b3b814 +Subproject commit b7db25926c9258045457c73df3b560803a90449c diff --git a/constraints.txt b/constraints.txt index 3f6a9431..ebc16fae 100644 --- a/constraints.txt +++ b/constraints.txt @@ -261,7 +261,7 @@ nest-asyncio==1.6.0 # via # ipykernel # nbclient -netcdf4==1.7.0 +netcdf4==1.7.1 # via # -r requirements_dev.txt # ndsl From b32a2bdd013aa59ce77b79e8052b462e027052f5 Mon Sep 17 00:00:00 2001 From: Florian Deconinck Date: Mon, 24 Feb 2025 11:36:33 -0500 Subject: [PATCH 2/2] `xarray` to `2025.01.2` to grab the `DataTree` (#103) --- constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraints.txt b/constraints.txt index ebc16fae..44dee2aa 100644 --- a/constraints.txt +++ b/constraints.txt @@ -515,7 +515,7 @@ wheel==0.43.0 # via # astunparse # scikit-build -xarray==2024.3.0 +xarray==2025.01.2 # via # -r requirements_dev.txt # ndsl