2017-01-27 02:46:03 +08:00
|
|
|
# conda description for an environment to build and develop artiq
|
|
|
|
# $ conda env create -f conda/artiq-dev.yml
|
|
|
|
name: artiq-dev
|
|
|
|
channels:
|
|
|
|
- m-labs/label/main
|
|
|
|
- m-labs/label/dev
|
|
|
|
- defaults
|
|
|
|
dependencies:
|
|
|
|
- python=3.5.2
|
|
|
|
- setuptools
|
2017-01-27 19:14:53 +08:00
|
|
|
- llvmlite-artiq=0.12.0.dev=py35_30
|
2017-01-27 02:46:03 +08:00
|
|
|
- lit
|
|
|
|
- outputcheck
|
|
|
|
- scipy
|
|
|
|
- numpy
|
|
|
|
- prettytable
|
|
|
|
- asyncserial
|
|
|
|
- sphinx=1.4.8
|
|
|
|
- sphinx-argparse
|
|
|
|
- sphinxcontrib-wavedrom
|
|
|
|
- sphinx_rtd_theme
|
|
|
|
- h5py
|
|
|
|
- dateutil
|
|
|
|
- pyqt5
|
|
|
|
- quamash
|
|
|
|
- pyqtgraph
|
|
|
|
- pygit2
|
|
|
|
- aiohttp
|
|
|
|
- binutils-or1k-linux>=2.27
|
|
|
|
- pythonparser=1.0
|
|
|
|
- levenshtein
|
2017-01-27 20:55:21 +08:00
|
|
|
- migen=0.5.dev=py_51+gite93d060
|
|
|
|
- misoc=0.6.dev=py_0+gitc8d5fd3
|
2017-01-27 02:46:03 +08:00
|
|
|
- rust-core-or1k=1.16.0=11
|
|
|
|
- cargo
|