conda: require python<3.8 for llvmlite

pull/46/head
Sebastien Bourdeauducq 2021-03-01 15:35:30 +08:00
parent 4e9339e3a8
commit b8a803a64f
2 changed files with 3 additions and 1 deletions

View File

@ -36,6 +36,8 @@ let
build: build:
- cmake - cmake
- llvm-or1k - llvm-or1k
run:
- python<3.8
EOF EOF
cat > bld.bat << EOF cat > bld.bat << EOF

View File

@ -25,7 +25,7 @@ let
# that they are not there if they have been installed from files. # that they are not there if they have been installed from files.
requirements: requirements:
run: run:
- python - python<3.8
- ncurses [linux] - ncurses [linux]
EOF EOF