forked from M-Labs/artiq
conda/setuptools: artiq needs python >= 3.4.3
This commit is contained in:
parent
b27254ba80
commit
0bf3b7a32b
|
@ -27,13 +27,13 @@ build:
|
|||
|
||||
requirements:
|
||||
build:
|
||||
- python
|
||||
- python >=3.4.3
|
||||
- setuptools
|
||||
- numpy
|
||||
- migen
|
||||
- pyelftools
|
||||
run:
|
||||
- python
|
||||
- python >=3.4.3
|
||||
- llvmlite-or1k
|
||||
- scipy
|
||||
- numpy
|
||||
|
|
Loading…
Reference in New Issue