forked from M-Labs/artiq
conda: use python 3.5.3
This commit is contained in:
parent
2e2d0be201
commit
6d1046cae2
|
@ -12,7 +12,7 @@ build:
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
run:
|
run:
|
||||||
- python 3.5.2
|
- python 3.5.3
|
||||||
- setuptools
|
- setuptools
|
||||||
- migen 0.5.dev py_57+gitd4afdeb
|
- migen 0.5.dev py_57+gitd4afdeb
|
||||||
- misoc 0.6.dev py_17+git2d3f62f
|
- misoc 0.6.dev py_17+git2d3f62f
|
||||||
|
|
|
@ -6,7 +6,7 @@ channels:
|
||||||
- m-labs/label/main
|
- m-labs/label/main
|
||||||
- defaults
|
- defaults
|
||||||
dependencies:
|
dependencies:
|
||||||
- python=3.5.2
|
- python=3.5.3
|
||||||
- sphinx=1.4.8
|
- sphinx=1.4.8
|
||||||
- sphinx-argparse
|
- sphinx-argparse
|
||||||
- sphinxcontrib-wavedrom
|
- sphinxcontrib-wavedrom
|
||||||
|
|
|
@ -12,10 +12,10 @@ build:
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
build:
|
build:
|
||||||
- python >=3.5.2
|
- python 3.5.3
|
||||||
- setuptools
|
- setuptools
|
||||||
run:
|
run:
|
||||||
- python >=3.5.2
|
- python 3.5.3
|
||||||
- llvmlite-artiq 0.12.0.dev py35_30
|
- llvmlite-artiq 0.12.0.dev py35_30
|
||||||
- binutils-or1k-linux
|
- binutils-or1k-linux
|
||||||
- pythonparser 1.0
|
- pythonparser 1.0
|
||||||
|
|
Loading…
Reference in New Issue