-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
44 lines (43 loc) · 943 Bytes
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# conda env create --file environment.yml
# conda env update --file environment.yml --prune
# or, if you're not wanting to use the default env name:
# conda env create --name <myEnvName> --file environment.yml
# conda env update --name <myEnvName--file environment.yml --prune
name: catkit2
dependencies:
- python=3.7.16
- numpy
- scipy
- matplotlib
- colorama
- pyzmq
- zeromq>=4.0.0
- conda-forge::pyvisa>=1.10
- conda-forge::pyvisa-py
- conda-forge::nidaqmx-python
- conda-forge::seabreeze
- pyserial
- pysnmp
- requests
- ftd2xx
- conda-forge::asdf
- pyyaml
- psutil
- protobuf
- libprotobuf
- conda-forge:hcipy
- pip
- conda-forge::cmake>=3.0.0
- conda-forge::doxygen
- sphinx
- conda-forge::sphinx-automodapi
- conda-forge::breathe==4.32.0
- conda-forge::sphinx_rtd_theme
- networkx
- pytest
- flake8
- h5py
- importlib_metadata
- pip:
- dcps
- zwoasi>=0.0.21