@@ -30,10 +30,9 @@ classifiers = [
30
30
" Programming Language :: Python :: 3 :: Only" ,
31
31
" Programming Language :: Python :: 3.8" ,
32
32
" Programming Language :: Python :: 3.9" ,
33
- # ### "Programming Language :: Python :: 3.10", # TODO: numpy==1.21.1 & scipy==1.6.1 & spacy not compatible...
34
- # ### "Programming Language :: Python :: 3.11", # TODO: numpy==1.21.1 & scipy==1.6.1 & spacy not compatible...
33
+ # ### "Programming Language :: Python :: 3.10", # TODO:
34
+ # ### "Programming Language :: Python :: 3.11", # TODO:
35
35
# ### "Programming Language :: Python :: 3.12", # TODO:
36
- # ### "Programming Language :: Python :: 3.13", # TODO:
37
36
" Topic :: Documentation" ,
38
37
" Topic :: Software Development" ,
39
38
" Topic :: Software Development :: Documentation" ,
@@ -138,6 +137,7 @@ docs = [
138
137
" mkdocs-jupyter>=0.24.3" , # TODO: fix error with "nbconvert==5.6.1", and some jupyter template location errors...
139
138
" mkdocs-literate-nav>=0.4" ,
140
139
" mkdocs-material>=7.3" ,
140
+ " mkdocs-plotly-plugin>=0.1.3" ,
141
141
" mkdocs-section-index>=0.3" ,
142
142
" mkdocstrings[python]>=0.19" ,
143
143
" markdown-callouts>=0.2" ,
0 commit comments