Skip to content

Commit c162ca7

Browse files
authored
spaCy<4 from pull request hexgrad#90
1 parent 15dbddf commit c162ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
"License :: OSI Approved :: Apache Software License",
1616
"Operating System :: OS Independent",
1717
]
18-
requires-python = ">=3.8, <3.14"
18+
requires-python = ">=3.8, <3.15"
1919
dependencies = [
2020
"addict",
2121
"pip>=25.0.1",
@@ -24,7 +24,7 @@ dependencies = [
2424
]
2525

2626
[project.optional-dependencies]
27-
en = ["num2words", "spacy", "spacy-curated-transformers", "phonemizer-fork", "espeakng-loader", "torch", "transformers"]
27+
en = ["num2words", "spacy<4", "spacy-curated-transformers", "phonemizer-fork", "espeakng-loader", "torch", "transformers"]
2828
ja = ["fugashi", "jaconv", "mojimoji", "unidic", "pyopenjtalk"]
2929
ko = ["jamo", "nltk"]
3030
zh = ["jieba", "ordered-set", "pypinyin", "cn2an", "pypinyin-dict"]

0 commit comments

Comments
 (0)