forked from M-Labs/artiq
conda: clean up dependencies
This commit is contained in:
parent
e93f610323
commit
e23be49208
|
@ -24,6 +24,7 @@ requirements:
|
||||||
- cargo
|
- cargo
|
||||||
- lit
|
- lit
|
||||||
- outputcheck
|
- outputcheck
|
||||||
|
- coverage
|
||||||
- scipy
|
- scipy
|
||||||
- numpy
|
- numpy
|
||||||
- prettytable
|
- prettytable
|
||||||
|
|
|
@ -17,16 +17,14 @@ requirements:
|
||||||
run:
|
run:
|
||||||
- python >=3.5.2
|
- python >=3.5.2
|
||||||
- llvmlite-artiq 0.12.0.dev py35_30
|
- llvmlite-artiq 0.12.0.dev py35_30
|
||||||
|
- binutils-or1k-linux
|
||||||
|
- pythonparser 1.0
|
||||||
- lit
|
- lit
|
||||||
- outputcheck
|
- outputcheck
|
||||||
- scipy
|
- scipy
|
||||||
- numpy
|
- numpy
|
||||||
- prettytable
|
- prettytable
|
||||||
- asyncserial
|
- asyncserial
|
||||||
- sphinx 1.4.8
|
|
||||||
- sphinx-argparse
|
|
||||||
- sphinxcontrib-wavedrom
|
|
||||||
- sphinx_rtd_theme
|
|
||||||
- h5py
|
- h5py
|
||||||
- dateutil
|
- dateutil
|
||||||
- pyqt5
|
- pyqt5
|
||||||
|
@ -34,8 +32,6 @@ requirements:
|
||||||
- pyqtgraph
|
- pyqtgraph
|
||||||
- pygit2
|
- pygit2
|
||||||
- aiohttp
|
- aiohttp
|
||||||
- binutils-or1k-linux
|
|
||||||
- pythonparser 1.0
|
|
||||||
- levenshtein
|
- levenshtein
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in New Issue