mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
13f0676f04
* Update blis and thinc version ranges * Update thinc version range * Update setup.cfg for python 3.9 * Adjust blis and thinc ranges * Add python 3.9 classifier * Update CI for python 3.9 * Add --prefer-binary to CI sdist install * Update CI python 3.7 mac image * Add --prefer-binary to Travis CI * Update install instructions in README * Specify blis versions separately for < / >= 3.6 * Update --prefer-binary in README * Test cleaner sdist install * Also upgrade pip (This is kind of unnecessary given --prefer-binary but may avoid other issues related to sdist installs in the future.) * Compile with -j 2 * Remove wheel from setup_requires * Update to have separate CI uninstall step * Remove wheel from pyproject.toml * Recommend upgrading setuptools in addition to pip
26 lines
589 B
Plaintext
26 lines
589 B
Plaintext
# Our libraries
|
|
cymem>=2.0.2,<2.1.0
|
|
preshed>=3.0.2,<3.1.0
|
|
thinc>=7.4.1,<7.5.0
|
|
blis>=0.4.0,<0.8.0; python_version >= "3.6"
|
|
blis>=0.4.0,<0.5.0; python_version < "3.6"
|
|
murmurhash>=0.28.0,<1.1.0
|
|
wasabi>=0.4.0,<1.1.0
|
|
srsly>=1.0.2,<1.1.0
|
|
catalogue>=0.0.7,<1.1.0
|
|
# Third party dependencies
|
|
numpy>=1.15.0
|
|
requests>=2.13.0,<3.0.0
|
|
plac>=0.9.6,<1.2.0
|
|
pathlib==1.0.1; python_version < "3.4"
|
|
tqdm>=4.38.0,<5.0.0
|
|
# Optional dependencies
|
|
pyrsistent<0.17.0
|
|
jsonschema>=2.6.0,<3.1.0
|
|
# Development dependencies
|
|
cython>=0.25
|
|
pytest>=4.6.5
|
|
pytest-timeout>=1.3.0,<2.0.0
|
|
mock>=2.0.0,<3.0.0
|
|
flake8>=3.5.0,<3.6.0
|