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 43606b9 commit 95d24d2Copy full SHA for 95d24d2
python/requirements_extras.txt
@@ -1,4 +1,9 @@
1
# This can't go in the normal requirements file because the way the wheels build parses requirements.txt
2
# does not support github packages
3
4
--e ./third_party/mlir-python-extras -f https://github.com/llvm/eudsl/releases/expanded_assets/latest
+# MLIR-extras (Python bindings/helpers for MLIR)
5
+# For installing this, the following environment variables must be set:
6
+# MLIR_PYTHON_EXTRAS_SET_VERSION="0.0.8.3"
7
+# HOST_MLIR_PYTHON_PACKAGE_PREFIX="aie"
8
+git+https://github.com/erwei-xilinx/mlir-python-extras@a801853ac0eef50a0f2779cfbbd7dabc931806ee
9
+-f https://github.com/llvm/eudsl/releases/expanded_assets/latest
0 commit comments