Skip to content

Commit

Permalink
Update requirements / python version
Browse files Browse the repository at this point in the history
Update requirements.txt and update python version in Dockerfile
  • Loading branch information
cemacrr committed Jan 29, 2025
1 parent 8f394b4 commit ac8294c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13.0-slim-bookworm
FROM python:3.13.1-slim-bookworm
WORKDIR /app
COPY . .
RUN pip install --no-cache-dir --upgrade pip
Expand Down
34 changes: 17 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# Primary requirements are marked. Other packages were installed
# as dependencies.
blinker==1.8.2
certifi==2024.8.30
blinker==1.9.0
certifi==2024.12.14
cftime==1.6.4.post1
click==8.1.7
contourpy==1.3.0
click==8.1.8
contourpy==1.3.1
cycler==0.12.1
fair==1.6.4 # Primary requirement (Fair 2.1.0 is incompatible)
Flask==3.0.3 # Primary requirement
fonttools==4.54.1
Flask==3.1.0 # Primary requirement
fonttools==4.55.7
itsdangerous==2.2.0
Jinja2==3.1.4
kiwisolver==1.4.7
Jinja2==3.1.5
kiwisolver==1.4.8
MarkupSafe==3.0.2
matplotlib==3.9.2
matplotlib==3.10.0
netCDF4==1.7.2 # Primary requirement
numpy==2.1.2
packaging==24.1
numpy==2.2.2
packaging==24.2
pandas==2.2.3 # Primary requirement
pillow==11.0.0
pyparsing==3.2.0
pillow==11.1.0
pyparsing==3.2.1
python-dateutil==2.9.0.post0
pytz==2024.2
scipy==1.14.1 # Primary requirement
six==1.16.0
tzdata==2024.2
Werkzeug==3.0.6
scipy==1.15.1 # Primary requirement
six==1.17.0
tzdata==2025.1
Werkzeug==3.1.3

0 comments on commit ac8294c

Please sign in to comment.