Skip to content

Commit

Permalink
Hotfix/update netcdf version for docker files (#102)
Browse files Browse the repository at this point in the history
* Update netcdf version

* also upgrade pip

* update ndsl
  • Loading branch information
oelbert authored Jan 27, 2025
1 parent ec20c2a commit 5092938
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5092938

Please sign in to comment.