Skip to content

Commit be38a93

Browse files
Packages update
1 parent 009746c commit be38a93

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

requirements/exec-env-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile exec-env-requirements.in
66
#
7-
aiohappyeyeballs==2.5.0
7+
aiohappyeyeballs==2.6.1
88
# via aiohttp
99
aiohttp==3.11.13
1010
# via openai
@@ -16,7 +16,7 @@ anyio==4.8.0
1616
# httpx
1717
async-timeout==5.0.1
1818
# via aiohttp
19-
attrs==25.1.0
19+
attrs==25.2.0
2020
# via aiohttp
2121
beautifulsoup4==4.11.1
2222
# via -r exec-env-requirements.in
@@ -273,7 +273,7 @@ spacy-legacy==3.0.12
273273
# via spacy
274274
spacy-loggers==1.0.5
275275
# via spacy
276-
sqlalchemy==2.0.38
276+
sqlalchemy==2.0.39
277277
# via knowledge
278278
srsly==2.5.1
279279
# via
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
22
-r common-requirements.in
33
torch==2.2.0
4-
transformers==4.48.0
4+
transformers==4.41.2
55
scikit-optimize==0.9.0
66
scikit-learn==1.1.2

requirements/torch-cpu-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,15 @@ sympy==1.13.3
133133
# via torch
134134
threadpoolctl==3.5.0
135135
# via scikit-learn
136-
tokenizers==0.21.0
136+
tokenizers==0.19.1
137137
# via transformers
138138
torch==2.2.0
139139
# via -r torch-cpu-requirements.in
140140
tqdm==4.67.1
141141
# via
142142
# huggingface-hub
143143
# transformers
144-
transformers==4.48.0
144+
transformers==4.41.2
145145
# via -r torch-cpu-requirements.in
146146
typing-extensions==4.12.2
147147
# via
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--extra-index-url https://download.pytorch.org/whl/cu113
22
-r common-requirements.in
33
torch==2.2.0
4-
transformers==4.48.0
4+
transformers==4.41.2
55
scikit-optimize==0.9.0
66
scikit-learn==1.1.2

requirements/torch-cuda-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,15 @@ sympy==1.13.3
133133
# via torch
134134
threadpoolctl==3.5.0
135135
# via scikit-learn
136-
tokenizers==0.21.0
136+
tokenizers==0.19.1
137137
# via transformers
138138
torch==2.2.0
139139
# via -r torch-cuda-requirements.in
140140
tqdm==4.67.1
141141
# via
142142
# huggingface-hub
143143
# transformers
144-
transformers==4.48.0
144+
transformers==4.41.2
145145
# via -r torch-cuda-requirements.in
146146
typing-extensions==4.12.2
147147
# via

0 commit comments

Comments
 (0)