conda: require python<3.8 for llvmlite
This commit is contained in:
parent
4e9339e3a8
commit
b8a803a64f
|
@ -36,6 +36,8 @@ let
|
|||
build:
|
||||
- cmake
|
||||
- llvm-or1k
|
||||
run:
|
||||
- python<3.8
|
||||
EOF
|
||||
|
||||
cat > bld.bat << EOF
|
||||
|
|
|
@ -25,7 +25,7 @@ let
|
|||
# that they are not there if they have been installed from files.
|
||||
requirements:
|
||||
run:
|
||||
- python
|
||||
- python<3.8
|
||||
- ncurses [linux]
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Reference in New Issue