mirror of https://github.com/explosion/spaCy.git
commit
f5faa9e327
|
@ -10,4 +10,4 @@ plac
|
|||
six
|
||||
ujson
|
||||
cloudpickle
|
||||
sputnik == 0.6.3
|
||||
sputnik == 0.6.4
|
||||
|
|
2
setup.py
2
setup.py
|
@ -271,7 +271,7 @@ def setup_package():
|
|||
ext_modules=ext_modules,
|
||||
install_requires=['numpy', 'murmurhash == 0.26', 'cymem == 1.30', 'preshed == 0.46.1',
|
||||
'thinc == 4.1.0', 'text_unidecode', 'plac', 'six',
|
||||
'ujson', 'cloudpickle', 'sputnik == 0.6.2'],
|
||||
'ujson', 'cloudpickle', 'sputnik == 0.6.4'],
|
||||
cmdclass = {
|
||||
'build_ext': build_ext_subclass},
|
||||
)
|
||||
|
|
|
@ -36,7 +36,7 @@ def link(package, path):
|
|||
)
|
||||
def main(data_size='all', force=False):
|
||||
# TODO read version from the same source as the setup
|
||||
sputnik = Sputnik('spacy', '0.99.0', console=sys.stdout)
|
||||
sputnik = Sputnik('spacy', '0.100.0', console=sys.stdout)
|
||||
|
||||
path = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
|
|
Loading…
Reference in New Issue