Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -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
Expand Down