Skip to content

Commit 5cb0f6b

Browse files
Merge pull request #98 from x-tabdeveloping/docs_fix
Fixing docs and doc Workflow
2 parents 6de2b0f + 080de31 commit 5cb0f6b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 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,11 +36,12 @@ 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"]
4443
docs = [
44+
"griffe==0.40.0",
4545
"mkdocs==1.5.3",
4646
"mkdocs-autorefs==0.5.0",
4747
"mkdocs-material==9.5.6",
@@ -55,7 +55,6 @@ dev = [
5555
"openTSNE>=1.0.0,<2.0.0",
5656
"datamapplot>=0.4.2, <1.0.0",
5757
"jieba>=0.40.0,<1.0.0",
58-
"spacy>=3.6.0,<1.0.0",
5958
"snowballstemmer>=2.0.0,<3.0.0",
6059
"topic-wizard>1.0.0,<2.0.0",
6160
"umap-learn>=0.5.5,<1.0.0",
@@ -65,6 +64,7 @@ dev = [
6564
"mkdocs-material-extensions==1.3.1",
6665
"mkdocstrings==0.22.0",
6766
"mkdocstrings-python==1.8.0",
67+
"griffe==0.40.0",
6868
]
6969

7070
[build-system]

0 commit comments

Comments
 (0)