We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ce648 commit ca5aec1Copy full SHA for ca5aec1
pyproject.toml
@@ -22,12 +22,13 @@ archs = ["native"]
22
build-frontend = "default"
23
config-settings = {}
24
dependency-versions = "pinned"
25
-environment = {}
+environment = { PIP_CONSTRAINT = "build-constraints.txt" }
26
+
27
environment-pass = []
28
build-verbosity = 0
29
-before-all = ""
30
-before-build = ""
+before-all = "curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-toolchain stable"
31
+before-build = "pip install -r requirements.txt && python setup.py clean"
32
repair-wheel-command = ""
33
34
test-command = ""
0 commit comments