mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Update plac version in requirements and setup
This commit is contained in:
parent
cd94ea1095
commit
387e34a3c5
|
@ -5,7 +5,7 @@ cymem>=1.30,<1.32
|
||||||
preshed>=1.0.0,<2.0.0
|
preshed>=1.0.0,<2.0.0
|
||||||
thinc>=6.5.0,<6.6.0
|
thinc>=6.5.0,<6.6.0
|
||||||
murmurhash>=0.26,<0.27
|
murmurhash>=0.26,<0.27
|
||||||
plac<0.9.3
|
plac<1.0.0,>=0.9.6
|
||||||
six
|
six
|
||||||
ujson>=1.35
|
ujson>=1.35
|
||||||
dill>=0.2,<0.3
|
dill>=0.2,<0.3
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -237,7 +237,7 @@ def setup_package():
|
||||||
'cymem>=1.30,<1.32',
|
'cymem>=1.30,<1.32',
|
||||||
'preshed>=1.0.0,<2.0.0',
|
'preshed>=1.0.0,<2.0.0',
|
||||||
'thinc>=6.5.0,<6.6.0',
|
'thinc>=6.5.0,<6.6.0',
|
||||||
'plac<0.9.3',
|
'plac<1.0.0,>=0.9.6',
|
||||||
'six',
|
'six',
|
||||||
'pathlib',
|
'pathlib',
|
||||||
'ujson>=1.35',
|
'ujson>=1.35',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user