mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Specify version number for ujson and plac
The required version was specified for plac in requirements.txt but not in setup.py, which could cause a conflicting version error. Similarly, set the version of ujson in requirements.txt to be the same as in setup.py
This commit is contained in:
parent
afd622fe04
commit
0c2e5539ce
|
@ -7,6 +7,6 @@ thinc>=6.2.0,<6.3.0
|
|||
murmurhash>=0.26,<0.27
|
||||
plac<0.9.3
|
||||
six
|
||||
ujson
|
||||
ujson>=1.35
|
||||
cloudpickle
|
||||
sputnik>=0.9.2,<0.10.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user