mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
Relax version contstraint
This commit is contained in:
parent
40a8f22ca7
commit
417f430d23
2
setup.py
2
setup.py
|
@ -249,7 +249,7 @@ def setup_package():
|
||||||
'dill>=0.2,<0.3',
|
'dill>=0.2,<0.3',
|
||||||
'requests>=2.13.0,<3.0.0',
|
'requests>=2.13.0,<3.0.0',
|
||||||
'regex==2017.4.5',
|
'regex==2017.4.5',
|
||||||
'ftfy == 4.4.2'],
|
'ftfy>=4.4.2,<5.0.0'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user