forked from M-Labs/nix-scripts
allow Python 3.8 with conda
This commit is contained in:
parent
f35ae55a15
commit
f581b6a649
|
@ -37,7 +37,7 @@ let
|
||||||
- cmake
|
- cmake
|
||||||
- llvm-or1k
|
- llvm-or1k
|
||||||
run:
|
run:
|
||||||
- python<3.8
|
- python<3.9
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat > bld.bat << EOF
|
cat > bld.bat << EOF
|
||||||
|
|
|
@ -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<3.8
|
- python<3.9
|
||||||
- ncurses [linux]
|
- ncurses [linux]
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue