mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Merge pull request #6333 from adrianeboyd/chore/python39
This commit is contained in:
commit
e9b0963827
|
@ -37,40 +37,39 @@ jobs:
|
||||||
Python36Linux:
|
Python36Linux:
|
||||||
imageName: "ubuntu-16.04"
|
imageName: "ubuntu-16.04"
|
||||||
python.version: "3.6"
|
python.version: "3.6"
|
||||||
Python36Windows:
|
# Python36Windows:
|
||||||
|
# imageName: "vs2017-win2016"
|
||||||
|
# python.version: "3.6"
|
||||||
|
# Python36Mac:
|
||||||
|
# imageName: "macos-10.14"
|
||||||
|
# python.version: "3.6"
|
||||||
|
# Python37Linux:
|
||||||
|
# imageName: "ubuntu-16.04"
|
||||||
|
# python.version: "3.7"
|
||||||
|
Python37Windows:
|
||||||
imageName: "vs2017-win2016"
|
imageName: "vs2017-win2016"
|
||||||
python.version: "3.6"
|
python.version: "3.7"
|
||||||
Python36Mac:
|
# Python37Mac:
|
||||||
imageName: "macos-10.14"
|
# imageName: "macos-10.14"
|
||||||
python.version: "3.6"
|
# python.version: "3.7"
|
||||||
# Don't test on 3.7 for now to speed up builds
|
# Python38Linux:
|
||||||
# Python37Linux:
|
# imageName: "ubuntu-16.04"
|
||||||
# imageName: 'ubuntu-16.04'
|
# python.version: "3.8"
|
||||||
# python.version: '3.7'
|
# Python38Windows:
|
||||||
# Python37Windows:
|
# imageName: "vs2017-win2016"
|
||||||
# imageName: 'vs2017-win2016'
|
# python.version: "3.8"
|
||||||
# python.version: '3.7'
|
|
||||||
# Python37Mac:
|
|
||||||
# imageName: 'macos-10.14'
|
|
||||||
# python.version: '3.7'
|
|
||||||
Python38Linux:
|
|
||||||
imageName: "ubuntu-16.04"
|
|
||||||
python.version: "3.8"
|
|
||||||
Python38Windows:
|
|
||||||
imageName: "vs2017-win2016"
|
|
||||||
python.version: "3.8"
|
|
||||||
Python38Mac:
|
Python38Mac:
|
||||||
imageName: "macos-10.14"
|
imageName: "macos-10.14"
|
||||||
python.version: "3.8"
|
python.version: "3.8"
|
||||||
# Python39Linux:
|
Python39Linux:
|
||||||
# imageName: "ubuntu-16.04"
|
imageName: "ubuntu-16.04"
|
||||||
# python.version: "3.9"
|
python.version: "3.9"
|
||||||
# Python39Windows:
|
Python39Windows:
|
||||||
# imageName: "vs2017-win2016"
|
imageName: "vs2017-win2016"
|
||||||
# python.version: "3.9"
|
python.version: "3.9"
|
||||||
# Python39Mac:
|
Python39Mac:
|
||||||
# imageName: "macos-10.14"
|
imageName: "macos-10.14"
|
||||||
# python.version: "3.9"
|
python.version: "3.9"
|
||||||
maxParallel: 4
|
maxParallel: 4
|
||||||
pool:
|
pool:
|
||||||
vmImage: $(imageName)
|
vmImage: $(imageName)
|
||||||
|
@ -82,13 +81,12 @@ jobs:
|
||||||
architecture: "x64"
|
architecture: "x64"
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
python -m pip install -U pip setuptools
|
python -m pip install -U setuptools
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
displayName: "Install dependencies"
|
displayName: "Install dependencies"
|
||||||
condition: not(eq(variables['python.version'], '3.5'))
|
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
python setup.py build_ext --inplace -j 2
|
python setup.py build_ext --inplace
|
||||||
python setup.py sdist --formats=gztar
|
python setup.py sdist --formats=gztar
|
||||||
displayName: "Compile and build sdist"
|
displayName: "Compile and build sdist"
|
||||||
|
|
||||||
|
@ -106,7 +104,6 @@ jobs:
|
||||||
SDIST=$(python -c "import os;print(os.listdir('./dist')[-1])" 2>&1)
|
SDIST=$(python -c "import os;print(os.listdir('./dist')[-1])" 2>&1)
|
||||||
pip install dist/$SDIST
|
pip install dist/$SDIST
|
||||||
displayName: "Install from sdist"
|
displayName: "Install from sdist"
|
||||||
condition: not(eq(variables['python.version'], '3.5'))
|
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
|
@ -5,12 +5,9 @@ requires = [
|
||||||
"cymem>=2.0.2,<2.1.0",
|
"cymem>=2.0.2,<2.1.0",
|
||||||
"preshed>=3.0.2,<3.1.0",
|
"preshed>=3.0.2,<3.1.0",
|
||||||
"murmurhash>=0.28.0,<1.1.0",
|
"murmurhash>=0.28.0,<1.1.0",
|
||||||
"thinc>=8.0.0rc2,<8.1.0",
|
"thinc>=8.0.0rc3,<8.1.0",
|
||||||
"blis>=0.4.0,<0.8.0",
|
"blis>=0.4.0,<0.8.0",
|
||||||
"pathy",
|
"pathy",
|
||||||
"numpy==1.15.0; python_version<='3.7'",
|
"numpy>=1.15.0",
|
||||||
"numpy==1.17.3; python_version=='3.8'",
|
|
||||||
"numpy==1.19.3; python_version=='3.9'",
|
|
||||||
"numpy; python_version>='3.10'",
|
|
||||||
]
|
]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Our libraries
|
# Our libraries
|
||||||
cymem>=2.0.2,<2.1.0
|
cymem>=2.0.2,<2.1.0
|
||||||
preshed>=3.0.2,<3.1.0
|
preshed>=3.0.2,<3.1.0
|
||||||
thinc>=8.0.0rc2,<8.1.0
|
thinc>=8.0.0rc3,<8.1.0
|
||||||
blis>=0.4.0,<0.8.0
|
blis>=0.4.0,<0.8.0
|
||||||
ml_datasets==0.2.0a0
|
ml_datasets==0.2.0a0
|
||||||
murmurhash>=0.28.0,<1.1.0
|
murmurhash>=0.28.0,<1.1.0
|
||||||
|
@ -14,7 +14,7 @@ pathy
|
||||||
numpy>=1.15.0
|
numpy>=1.15.0
|
||||||
requests>=2.13.0,<3.0.0
|
requests>=2.13.0,<3.0.0
|
||||||
tqdm>=4.38.0,<5.0.0
|
tqdm>=4.38.0,<5.0.0
|
||||||
pydantic>=1.5.0,<1.7.0
|
pydantic>=1.7.1,<1.8.0
|
||||||
jinja2
|
jinja2
|
||||||
# Official Python utilities
|
# Official Python utilities
|
||||||
setuptools
|
setuptools
|
||||||
|
|
|
@ -34,13 +34,13 @@ setup_requires =
|
||||||
cymem>=2.0.2,<2.1.0
|
cymem>=2.0.2,<2.1.0
|
||||||
preshed>=3.0.2,<3.1.0
|
preshed>=3.0.2,<3.1.0
|
||||||
murmurhash>=0.28.0,<1.1.0
|
murmurhash>=0.28.0,<1.1.0
|
||||||
thinc>=8.0.0rc2,<8.1.0
|
thinc>=8.0.0rc3,<8.1.0
|
||||||
install_requires =
|
install_requires =
|
||||||
# Our libraries
|
# Our libraries
|
||||||
murmurhash>=0.28.0,<1.1.0
|
murmurhash>=0.28.0,<1.1.0
|
||||||
cymem>=2.0.2,<2.1.0
|
cymem>=2.0.2,<2.1.0
|
||||||
preshed>=3.0.2,<3.1.0
|
preshed>=3.0.2,<3.1.0
|
||||||
thinc>=8.0.0rc2,<8.1.0
|
thinc>=8.0.0rc3,<8.1.0
|
||||||
blis>=0.4.0,<0.8.0
|
blis>=0.4.0,<0.8.0
|
||||||
wasabi>=0.8.0,<1.1.0
|
wasabi>=0.8.0,<1.1.0
|
||||||
srsly>=2.3.0,<3.0.0
|
srsly>=2.3.0,<3.0.0
|
||||||
|
@ -51,7 +51,7 @@ install_requires =
|
||||||
tqdm>=4.38.0,<5.0.0
|
tqdm>=4.38.0,<5.0.0
|
||||||
numpy>=1.15.0
|
numpy>=1.15.0
|
||||||
requests>=2.13.0,<3.0.0
|
requests>=2.13.0,<3.0.0
|
||||||
pydantic>=1.5.0,<1.7.0
|
pydantic>=1.7.1,<1.8.0
|
||||||
jinja2
|
jinja2
|
||||||
# Official Python utilities
|
# Official Python utilities
|
||||||
setuptools
|
setuptools
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# fmt: off
|
# fmt: off
|
||||||
__title__ = "spacy-nightly"
|
__title__ = "spacy-nightly"
|
||||||
__version__ = "3.0.0rc2"
|
__version__ = "3.0.0rc3"
|
||||||
__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"
|
||||||
__projects__ = "https://github.com/explosion/projects"
|
__projects__ = "https://github.com/explosion/projects"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user