We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de2b0f commit 5648967Copy full SHA for 5648967
pyproject.toml
@@ -18,7 +18,6 @@ license = { text = "MIT" }
18
readme = "README.md"
19
requires-python = ">=3.10"
20
dependencies = [
21
- "python>=3.10",
22
"numpy>=1.23.0",
23
"scikit-learn>=1.3.0,<2.0.0",
24
"sentence-transformers>=2.2.0",
@@ -37,7 +36,7 @@ openai = ["openai>=1.40.0,<2.0.0"]
37
36
opentsne = ["openTSNE>=1.0.0,<2.0.0"]
38
datamapplot=["datamapplot>=0.4.2, <1.0.0"]
39
jieba = ["jieba>=0.40.0,<1.0.0"]
40
-spacy = ["spacy>=3.6.0,<1.0.0"]
+spacy = ["spacy>=3.6.0,<4.0.0"]
41
snowball = ["snowballstemmer>=2.0.0,<3.0.0"]
42
topic-wizard = ["topic-wizard>1.0.0,<2.0.0"]
43
umap-learn = ["umap-learn>=0.5.5,<1.0.0"]
@@ -55,7 +54,6 @@ dev = [
55
54
"openTSNE>=1.0.0,<2.0.0",
56
"datamapplot>=0.4.2, <1.0.0",
57
"jieba>=0.40.0,<1.0.0",
58
- "spacy>=3.6.0,<1.0.0",
59
"snowballstemmer>=2.0.0,<3.0.0",
60
"topic-wizard>1.0.0,<2.0.0",
61
"umap-learn>=0.5.5,<1.0.0",
0 commit comments