Skip to content

Commit

Permalink
Upperbound spacy
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Nov 28, 2024
1 parent 4000b36 commit 39adc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def readme():
'numpy>=1.16.2, <2.0.0',
'pandas>=1.0.0, <3.0.0',
'scikit-learn>=1.0.0, <2.0.0',
'spacy[lookups]>=2.0.0, <4.0.0',
'spacy[lookups]>=2.0.0, <3.8.0', # later versions depend on `numpy<3.0.0,>=2.0.0`
'blis<0.8.0', # Windows memory issues https://github.com/explosion/thinc/issues/771
'scikit-image>=0.17.2, <0.23', # introduced `start_label` argument for `slic`
'requests>=2.21.0, <3.0.0',
Expand Down

0 comments on commit 39adc9f

Please sign in to comment.