Merge branch 'develop' of https://github.com/explosion/spaCy into develop
4
setup.py
|
@ -81,7 +81,7 @@ def is_new_osx():
|
||||||
return False
|
return False
|
||||||
mac_ver = platform.mac_ver()[0]
|
mac_ver = platform.mac_ver()[0]
|
||||||
if mac_ver.startswith("10"):
|
if mac_ver.startswith("10"):
|
||||||
minor_version = int(mac_ver.split('.')[1])
|
minor_version = int(mac_ver.split(".")[1])
|
||||||
if minor_version >= 7:
|
if minor_version >= 7:
|
||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
|
@ -158,7 +158,7 @@ def setup_package():
|
||||||
ext_modules = cythonize(ext_modules, compiler_directives=COMPILER_DIRECTIVES)
|
ext_modules = cythonize(ext_modules, compiler_directives=COMPILER_DIRECTIVES)
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="spacy",
|
name="spacy-nightly",
|
||||||
packages=PACKAGES,
|
packages=PACKAGES,
|
||||||
version=about["__version__"],
|
version=about["__version__"],
|
||||||
ext_modules=ext_modules,
|
ext_modules=ext_modules,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# fmt: off
|
# fmt: off
|
||||||
__title__ = "spacy"
|
__title__ = "spacy-nightly"
|
||||||
__version__ = "3.0.0.dev13"
|
__version__ = "3.0.0a0"
|
||||||
__release__ = True
|
__release__ = True
|
||||||
__download_url__ = "https://github.com/explosion/spacy-models/releases/download"
|
__download_url__ = "https://github.com/explosion/spacy-models/releases/download"
|
||||||
__compatibility__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json"
|
__compatibility__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json"
|
||||||
|
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 126 KiB |
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 157 KiB |
Before Width: | Height: | Size: 384 KiB After Width: | Height: | Size: 354 KiB |