mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Try to import cibuildwheel settings from previous setup
This commit is contained in:
parent
51ce648e0d
commit
ca5aec17a6
|
@ -22,12 +22,13 @@ archs = ["native"]
|
||||||
build-frontend = "default"
|
build-frontend = "default"
|
||||||
config-settings = {}
|
config-settings = {}
|
||||||
dependency-versions = "pinned"
|
dependency-versions = "pinned"
|
||||||
environment = {}
|
environment = { PIP_CONSTRAINT = "build-constraints.txt" }
|
||||||
|
|
||||||
environment-pass = []
|
environment-pass = []
|
||||||
build-verbosity = 0
|
build-verbosity = 0
|
||||||
|
|
||||||
before-all = ""
|
before-all = "curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-toolchain stable"
|
||||||
before-build = ""
|
before-build = "pip install -r requirements.txt && python setup.py clean"
|
||||||
repair-wheel-command = ""
|
repair-wheel-command = ""
|
||||||
|
|
||||||
test-command = ""
|
test-command = ""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user