Skip to content

Commit 95d24d2

Browse files
authored
Update requirements_extras.txt for new extras fork
Follow up to #2625
1 parent 43606b9 commit 95d24d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

python/requirements_extras.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# This can't go in the normal requirements file because the way the wheels build parses requirements.txt
22
# does not support github packages
33

4-
-e ./third_party/mlir-python-extras -f https://github.com/llvm/eudsl/releases/expanded_assets/latest
4+
# 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

Comments
 (0)