Skip to content

Commit 21c8875

Browse files
Spacy downgrade
1 parent 338e999 commit 21c8875

File tree

4 files changed

+20
-33
lines changed

4 files changed

+20
-33
lines changed

requirements/exec-env-requirements.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ python-levenshtein==0.20.8
99
quantulum3==0.7.11
1010
requests==2.31.0
1111
scikit-learn==1.1.2
12-
spacy[ja]==3.7.4
12+
jinja2==3.1.4
13+
spacy[ja]==3.4.2
1314
textblob==0.17.1
1415
textstat==0.7.3
1516
translate==3.6.1

requirements/exec-env-requirements.txt

Lines changed: 16 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
#
55
# pip-compile exec-env-requirements.in
66
#
7-
annotated-types==0.7.0
8-
# via pydantic
97
anyio==4.4.0
108
# via
119
# groq
@@ -41,12 +39,8 @@ click==8.1.7
4139
# nltk
4240
# translate
4341
# typer
44-
cloudpathlib==0.16.0
45-
# via weasel
4642
confection==0.1.5
47-
# via
48-
# thinc
49-
# weasel
43+
# via thinc
5044
convertdate==2.4.0
5145
# via holidays
5246
cymem==2.0.8
@@ -101,7 +95,9 @@ inflect==7.2.1
10195
jellyfish==1.0.4
10296
# via textacy
10397
jinja2==3.1.4
104-
# via spacy
98+
# via
99+
# -r exec-env-requirements.in
100+
# spacy
105101
joblib==1.4.2
106102
# via
107103
# nltk
@@ -128,7 +124,7 @@ lxml==5.2.2
128124
# via
129125
# breadability
130126
# translate
131-
marisa-trie==1.1.1
127+
marisa-trie==1.2.0
132128
# via language-data
133129
markupsafe==2.1.5
134130
# via jinja2
@@ -167,9 +163,12 @@ packaging==24.0
167163
# via
168164
# spacy
169165
# thinc
170-
# weasel
171166
pandas==2.2.2
172167
# via lexmo
168+
pathlib-abc==0.1.1
169+
# via pathy
170+
pathy==0.11.0
171+
# via spacy
173172
phonenumbers==8.13.0
174173
# via -r exec-env-requirements.in
175174
preshed==3.0.9
@@ -180,16 +179,13 @@ pyaml==24.4.0
180179
# via scikit-optimize
181180
pycountry==24.6.1
182181
# via sumy
183-
pydantic==2.7.3
182+
pydantic==1.10.15
184183
# via
185184
# confection
186185
# groq
187186
# openai
188187
# spacy
189188
# thinc
190-
# weasel
191-
pydantic-core==2.18.4
192-
# via pydantic
193189
pymeeus==0.5.12
194190
# via
195191
# convertdate
@@ -227,7 +223,6 @@ requests==2.31.0
227223
# tiktoken
228224
# translate
229225
# vadersentiment
230-
# weasel
231226
scikit-learn==1.1.2
232227
# via
233228
# -r exec-env-requirements.in
@@ -245,9 +240,7 @@ six==1.16.0
245240
# langdetect
246241
# python-dateutil
247242
smart-open==6.4.0
248-
# via
249-
# spacy
250-
# weasel
243+
# via pathy
251244
sniffio==1.3.1
252245
# via
253246
# anyio
@@ -256,7 +249,7 @@ sniffio==1.3.1
256249
# openai
257250
soupsieve==2.5
258251
# via beautifulsoup4
259-
spacy[ja]==3.7.4
252+
spacy[ja]==3.4.2
260253
# via
261254
# -r exec-env-requirements.in
262255
# textacy
@@ -271,7 +264,6 @@ srsly==2.4.8
271264
# confection
272265
# spacy
273266
# thinc
274-
# weasel
275267
stemming==1.0.1
276268
# via -r exec-env-requirements.in
277269
sudachidict-core==20240409
@@ -288,7 +280,7 @@ textblob==0.17.1
288280
# via -r exec-env-requirements.in
289281
textstat==0.7.3
290282
# via -r exec-env-requirements.in
291-
thinc==8.2.4
283+
thinc==8.1.12
292284
# via spacy
293285
threadpoolctl==3.5.0
294286
# via scikit-learn
@@ -306,35 +298,29 @@ translate==3.6.1
306298
# via -r exec-env-requirements.in
307299
typeguard==4.3.0
308300
# via inflect
309-
typer==0.9.4
301+
typer==0.4.2
310302
# via
303+
# pathy
311304
# spacy
312-
# weasel
313305
typing-extensions==4.12.1
314306
# via
315307
# anyio
316-
# cloudpathlib
317308
# groq
318309
# inflect
319310
# openai
320311
# pydantic
321-
# pydantic-core
322312
# sqlalchemy
323313
# typeguard
324-
# typer
325314
tzdata==2024.1
326315
# via pandas
327316
urllib3==2.2.1
328317
# via requests
329318
vadersentiment==3.3.2
330319
# via -r exec-env-requirements.in
331-
wasabi==1.1.3
320+
wasabi==0.10.1
332321
# via
333322
# spacy
334323
# thinc
335-
# weasel
336-
weasel==0.3.4
337-
# via spacy
338324
zipp==3.19.2
339325
# via importlib-metadata
340326

requirements/torch-cpu-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fsspec==2024.6.0
3434
# via huggingface-hub
3535
h11==0.14.0
3636
# via uvicorn
37-
huggingface-hub==0.23.2
37+
huggingface-hub==0.23.3
3838
# via
3939
# tokenizers
4040
# transformers

requirements/torch-cuda-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fsspec==2024.6.0
3434
# via huggingface-hub
3535
h11==0.14.0
3636
# via uvicorn
37-
huggingface-hub==0.23.2
37+
huggingface-hub==0.23.3
3838
# via
3939
# tokenizers
4040
# transformers

0 commit comments

Comments
 (0)