commit | 401e2093c783e845312bb77f947c496698896ed4 | [log] [tgz] |
---|---|---|
author | powderluv <powderluv@users.noreply.github.com> | Wed Oct 26 09:17:19 2022 -0700 |
committer | GitHub <noreply@github.com> | Wed Oct 26 09:17:19 2022 -0700 |
tree | 22090a749db0db7d48ec550ca072aca2ead694fc | |
parent | 96ea431275433c9200b5156244f4acedccdde44b [diff] |
Add requests for PyProject.toml (#10916) Just like we added to the build_requirements.txt we need requests in pyproject.toml when building release builds with CUDA on (like on Windows) without IREE docker images.
diff --git a/runtime/pyproject.toml b/runtime/pyproject.toml index ecb6641..48190b6 100644 --- a/runtime/pyproject.toml +++ b/runtime/pyproject.toml
@@ -9,5 +9,6 @@ "packaging", "pybind11>=2.8.0", "PyYAML", + "requests", ] build-backend = "setuptools.build_meta"