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