We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b769033 commit 31fbcadCopy full SHA for 31fbcad
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