We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b8922d + 1ad82c0 commit f3cda01Copy full SHA for f3cda01
setup.cfg
@@ -67,7 +67,7 @@ dev =
67
bump2version
68
pre-commit
69
scipy
70
- spacy
+ spacy<3.8.0 # see #864
71
coverage[toml]
72
pytest
73
pytest-cov
@@ -86,15 +86,15 @@ publishing =
86
twine
87
wheel
88
text =
89
90
dashboard =
91
importlib_resources;python_version<'3.10'
92
keras
93
Pillow
94
plotly
95
96
seaborn
97
98
streamlit-aggrid
99
streamlit
100
streamlit_option_menu
@@ -106,7 +106,7 @@ notebooks =
106
pytorch_lightning
107
108
skl2onnx
109
110
111
tf2onnx
112
torch
0 commit comments