mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 01:34:30 +03:00
Appveyor build
+ requirements.txt
This commit is contained in:
parent
8a91527952
commit
a0ffb856da
|
@ -14,10 +14,10 @@ environment:
|
||||||
PYTHON_ARCH: "64"
|
PYTHON_ARCH: "64"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ECHO "Filesystem root:"
|
# Filesystem root
|
||||||
- ps: "ls \"C:/\""
|
- ps: "ls \"C:/\""
|
||||||
|
|
||||||
- ECHO "Installed SDKs:"
|
# Installed SDKs
|
||||||
- ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\""
|
- ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\""
|
||||||
|
|
||||||
# Install Python (from the official .msi of http://python.org) and pip when
|
# Install Python (from the official .msi of http://python.org) and pip when
|
||||||
|
@ -36,14 +36,14 @@ install:
|
||||||
# Upgrade to the latest version of pip to avoid it displaying warnings
|
# Upgrade to the latest version of pip to avoid it displaying warnings
|
||||||
# about it being out of date.
|
# about it being out of date.
|
||||||
- "pip install --disable-pip-version-check --user --upgrade pip"
|
- "pip install --disable-pip-version-check --user --upgrade pip"
|
||||||
- "pip install --upgrade setuptools"
|
|
||||||
- "pip install cython fabric fabtools"
|
|
||||||
|
|
||||||
# Install the build dependencies of the project. If some dependencies contain
|
# Install the build dependencies of the project. If some dependencies contain
|
||||||
# compiled extensions and are not provided as pre-built wheel packages,
|
# compiled extensions and are not provided as pre-built wheel packages,
|
||||||
# pip will build them from source using the MSVC compiler matching the
|
# pip will build them from source using the MSVC compiler matching the
|
||||||
# target Python version and architecture
|
# target Python version and architecture
|
||||||
#- "%CMD_IN_ENV% pip install -r dev-requirements.txt"
|
- "pip install --upgrade setuptools"
|
||||||
|
- "pip install cython fabric fabtools"
|
||||||
|
- "%CMD_IN_ENV% pip install -r requirements.txt"
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
# Build the compiled extension
|
# Build the compiled extension
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
cython
|
cython
|
||||||
cymem == 1.11
|
cymem == 1.11
|
||||||
pathlib
|
pathlib
|
||||||
preshed == 0.42
|
preshed == 0.41
|
||||||
thinc == 3.3
|
thinc == 3.3
|
||||||
murmurhash == 0.24
|
murmurhash == 0.24
|
||||||
text-unidecode
|
text-unidecode
|
||||||
|
|
Loading…
Reference in New Issue
Block a user