Skip to content

Commit 5648967

Browse files
fixed pyproject.toml
1 parent 6de2b0f commit 5648967

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ license = { text = "MIT" }
1818
readme = "README.md"
1919
requires-python = ">=3.10"
2020
dependencies = [
21-
"python>=3.10",
2221
"numpy>=1.23.0",
2322
"scikit-learn>=1.3.0,<2.0.0",
2423
"sentence-transformers>=2.2.0",
@@ -37,7 +36,7 @@ openai = ["openai>=1.40.0,<2.0.0"]
3736
opentsne = ["openTSNE>=1.0.0,<2.0.0"]
3837
datamapplot=["datamapplot>=0.4.2, <1.0.0"]
3938
jieba = ["jieba>=0.40.0,<1.0.0"]
40-
spacy = ["spacy>=3.6.0,<1.0.0"]
39+
spacy = ["spacy>=3.6.0,<4.0.0"]
4140
snowball = ["snowballstemmer>=2.0.0,<3.0.0"]
4241
topic-wizard = ["topic-wizard>1.0.0,<2.0.0"]
4342
umap-learn = ["umap-learn>=0.5.5,<1.0.0"]
@@ -55,7 +54,6 @@ dev = [
5554
"openTSNE>=1.0.0,<2.0.0",
5655
"datamapplot>=0.4.2, <1.0.0",
5756
"jieba>=0.40.0,<1.0.0",
58-
"spacy>=3.6.0,<1.0.0",
5957
"snowballstemmer>=2.0.0,<3.0.0",
6058
"topic-wizard>1.0.0,<2.0.0",
6159
"umap-learn>=0.5.5,<1.0.0",

0 commit comments

Comments
 (0)