Skip to content

Commit

Permalink
Merge pull request #864 from dianna-ai/fix_macos_build
Browse files Browse the repository at this point in the history
Fix macos build GA issue related to spacy
  • Loading branch information
SarahAlidoost authored Oct 9, 2024
2 parents 5b8922d + 1ad82c0 commit f3cda01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dev =
bump2version
pre-commit
scipy
spacy
spacy<3.8.0 # see #864
coverage[toml]
pytest
pytest-cov
Expand All @@ -86,15 +86,15 @@ publishing =
twine
wheel
text =
spacy
spacy<3.8.0 # see #864
dashboard =
importlib_resources;python_version<'3.10'
keras
Pillow
plotly
scipy
seaborn
spacy
spacy<3.8.0 # see #864
streamlit-aggrid
streamlit
streamlit_option_menu
Expand All @@ -106,7 +106,7 @@ notebooks =
pytorch_lightning
scipy
skl2onnx
spacy
spacy<3.8.0 # see #864
seaborn
tf2onnx
torch
Expand Down

0 comments on commit f3cda01

Please sign in to comment.