mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
get buildbot running
This commit is contained in:
parent
40bfedae24
commit
eaadca2bf2
|
@ -10,4 +10,4 @@ plac
|
|||
six
|
||||
ujson
|
||||
cloudpickle
|
||||
sputnik == 0.5.2
|
||||
sputnik == 0.6.2
|
||||
|
|
2
setup.py
2
setup.py
|
@ -220,7 +220,7 @@ def setup_package():
|
|||
ext_modules=ext_modules,
|
||||
install_requires=['numpy', 'murmurhash == 0.24', 'cymem == 1.30', 'preshed == 0.44',
|
||||
'thinc == 4.0.0', 'text_unidecode', 'plac', 'six',
|
||||
'ujson', 'cloudpickle', 'sputnik == 0.5.2'],
|
||||
'ujson', 'cloudpickle', 'sputnik == 0.6.2'],
|
||||
cmdclass = {
|
||||
'build_ext': build_ext_subclass},
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user