Skip to content

Commit f3cda01

Browse files
Merge pull request #864 from dianna-ai/fix_macos_build
Fix macos build GA issue related to spacy
2 parents 5b8922d + 1ad82c0 commit f3cda01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.cfg

+4-4
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dev =
6767
bump2version
6868
pre-commit
6969
scipy
70-
spacy
70+
spacy<3.8.0 # see #864
7171
coverage[toml]
7272
pytest
7373
pytest-cov
@@ -86,15 +86,15 @@ publishing =
8686
twine
8787
wheel
8888
text =
89-
spacy
89+
spacy<3.8.0 # see #864
9090
dashboard =
9191
importlib_resources;python_version<'3.10'
9292
keras
9393
Pillow
9494
plotly
9595
scipy
9696
seaborn
97-
spacy
97+
spacy<3.8.0 # see #864
9898
streamlit-aggrid
9999
streamlit
100100
streamlit_option_menu
@@ -106,7 +106,7 @@ notebooks =
106106
pytorch_lightning
107107
scipy
108108
skl2onnx
109-
spacy
109+
spacy<3.8.0 # see #864
110110
seaborn
111111
tf2onnx
112112
torch

0 commit comments

Comments
 (0)