mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-07 14:43:13 +03:00
Remove setup_requires from setup.cfg (#11384)
* Remove setup_requires from setup.cfg * Update requirements test to ignore cython in setup.cfg
This commit is contained in:
parent
2a558a7cdc
commit
4bce8fa755
|
@ -31,14 +31,6 @@ project_urls =
|
||||||
zip_safe = false
|
zip_safe = false
|
||||||
include_package_data = true
|
include_package_data = true
|
||||||
python_requires = >=3.6
|
python_requires = >=3.6
|
||||||
setup_requires =
|
|
||||||
cython>=0.25,<3.0
|
|
||||||
numpy>=1.15.0
|
|
||||||
# We also need our Cython packages here to compile against
|
|
||||||
cymem>=2.0.2,<2.1.0
|
|
||||||
preshed>=3.0.2,<3.1.0
|
|
||||||
murmurhash>=0.28.0,<1.1.0
|
|
||||||
thinc>=8.1.0,<8.2.0
|
|
||||||
install_requires =
|
install_requires =
|
||||||
# Our libraries
|
# Our libraries
|
||||||
spacy-legacy>=3.0.9,<3.1.0
|
spacy-legacy>=3.0.9,<3.1.0
|
||||||
|
|
|
@ -4,8 +4,8 @@ from pathlib import Path
|
||||||
|
|
||||||
def test_build_dependencies():
|
def test_build_dependencies():
|
||||||
# Check that library requirements are pinned exactly the same across different setup files.
|
# Check that library requirements are pinned exactly the same across different setup files.
|
||||||
# TODO: correct checks for numpy rather than ignoring
|
|
||||||
libs_ignore_requirements = [
|
libs_ignore_requirements = [
|
||||||
|
"cython",
|
||||||
"pytest",
|
"pytest",
|
||||||
"pytest-timeout",
|
"pytest-timeout",
|
||||||
"mock",
|
"mock",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user