Skip to content

Commit 2428d14

Browse files
author
GitHub Actions
committed
ci: update requirements and Dockerfile
1 parent 62bef24 commit 2428d14

File tree

2 files changed

+28
-22
lines changed

2 files changed

+28
-22
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kernai/refinery-parent-images:v1.22.0-torch-cpu
1+
FROM kernai/refinery-parent-images:parent-image-updates-torch-cpu
22

33
RUN apt-get update && \
44
apt-get install --no-install-recommends -y curl libgomp1 && \

requirements/torch-cpu-requirements.txt

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile torch-cpu-requirements.in
@@ -10,38 +10,42 @@ annotated-types==0.7.0
1010
# via pydantic
1111
anyio==4.9.0
1212
# via starlette
13-
boto3==1.25.0
13+
argon2-cffi==25.1.0
14+
# via minio
15+
argon2-cffi-bindings==21.2.0
16+
# via argon2-cffi
17+
boto3==1.39.6
1418
# via -r common-requirements.in
15-
botocore==1.28.5
19+
botocore==1.39.6
1620
# via
1721
# boto3
1822
# s3transfer
19-
certifi==2025.6.15
23+
certifi==2025.7.14
2024
# via
2125
# minio
2226
# requests
27+
cffi==1.17.1
28+
# via argon2-cffi-bindings
2329
charset-normalizer==3.4.2
2430
# via requests
25-
click==8.1.8
31+
click==8.2.1
2632
# via uvicorn
27-
exceptiongroup==1.3.0
28-
# via anyio
2933
fastapi==0.115.2
3034
# via -r mini-requirements.in
3135
filelock==3.18.0
3236
# via
3337
# huggingface-hub
3438
# torch
3539
# transformers
36-
fsspec==2025.5.1
40+
fsspec==2025.7.0
3741
# via
3842
# huggingface-hub
3943
# torch
4044
h11==0.16.0
4145
# via uvicorn
4246
hf-xet==1.1.5
4347
# via huggingface-hub
44-
huggingface-hub==0.33.2
48+
huggingface-hub==0.33.4
4549
# via
4650
# tokenizers
4751
# transformers
@@ -61,11 +65,11 @@ joblib==1.5.1
6165
# scikit-optimize
6266
markupsafe==3.0.2
6367
# via jinja2
64-
minio==7.1.12
68+
minio==7.2.15
6569
# via -r common-requirements.in
6670
mpmath==1.3.0
6771
# via sympy
68-
networkx==3.2.1
72+
networkx==3.5
6973
# via torch
7074
numpy==1.23.4
7175
# via
@@ -83,8 +87,12 @@ pandas==1.5.1
8387
# via -r common-requirements.in
8488
psycopg2-binary==2.9.9
8589
# via -r common-requirements.in
86-
pyaml==25.5.0
90+
pyaml==25.7.0
8791
# via scikit-optimize
92+
pycparser==2.22
93+
# via cffi
94+
pycryptodome==3.23.0
95+
# via minio
8896
pydantic==2.7.4
8997
# via
9098
# -r mini-requirements.in
@@ -104,16 +112,16 @@ pyyaml==6.0.2
104112
# transformers
105113
regex==2024.11.6
106114
# via transformers
107-
requests==2.31.0
115+
requests==2.32.4
108116
# via
109117
# -r mini-requirements.in
110118
# huggingface-hub
111119
# transformers
112-
s3transfer==0.6.2
120+
s3transfer==0.13.0
113121
# via boto3
114122
safetensors==0.5.3
115123
# via transformers
116-
scikit-learn==1.1.2
124+
scikit-learn==1.5.2
117125
# via
118126
# -r torch-cpu-requirements.in
119127
# scikit-optimize
@@ -143,20 +151,18 @@ tqdm==4.67.1
143151
# via
144152
# huggingface-hub
145153
# transformers
146-
transformers==4.50.0
154+
transformers==4.53.2
147155
# via -r torch-cpu-requirements.in
148-
typing-extensions==4.14.0
156+
typing-extensions==4.14.1
149157
# via
150158
# anyio
151-
# exceptiongroup
152159
# fastapi
153160
# huggingface-hub
161+
# minio
154162
# pydantic
155163
# pydantic-core
156-
# starlette
157164
# torch
158-
# uvicorn
159-
urllib3==1.26.20
165+
urllib3==2.5.0
160166
# via
161167
# botocore
162168
# minio

0 commit comments

Comments
 (0)