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.
nvidia-mathdx
1 parent 348f515 commit 3a9ac09Copy full SHA for 3a9ac09
.github/container/build-te.sh
@@ -150,7 +150,7 @@ with open("pyproject.toml", "rb") as ifile:
150
subprocess.run(
151
[sys.executable, "-m", "pip", "install"]
152
+ [r for r in data["build-system"]["requires"]
153
- if r.startswith("nvidia-mathdx") or r.startswith("pybind11")])
+ if r.startswith("pybind11")])
154
EOF
155
156
# The wheel filename includes the TE commit; if this has changed since the last
0 commit comments