-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcondaenv.yml
More file actions
65 lines (65 loc) · 1.08 KB
/
condaenv.yml
File metadata and controls
65 lines (65 loc) · 1.08 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name: readout
channels:
- defaults
- conda-forge
- intel
- free
dependencies:
#key parts
- mkl>=11.3.3
- astropy
- ipython>=4.2
- matplotlib>=2.2
- pyqt=4.11
- pyserial=3.4
- python=2.7
- scikit-image>=0.12.3
- scikit-learn>=0.17.1
- pytables=3.4.4
- tensorflow=1.8
- pip>=17
- hdf5=1.10.2
- ruamel.yaml=0.15.64
- numba>=0.39.0
- psutil
- ipdb
- cython
- flask
- requests
- lmfit < 1.0.0
- funcsigs
- pymongo
- gitpython
- parse
#optional
- mpmath
- blas
- openblas
- opencv>=3
- ipp
- mkl_fft
- mkl_random
- mkl-include
- boost
- progressbar2
#Fix warnings
- tornado
- certifi
- subprocess32
- ply
- future
- pyyaml
- decorator<=4.4.1
#pip requirements
- pip:
#fpga
- katcp>=0.6.0
- git+http://github.com/MazinLab/casperfpga.git@v0.4.3.1#egg=casperfpga
#others
#- git+http://github.com/naojsoft/g2cam.git@master#egg=g2cam
- crlibm==1.0.3
- image-registration==0.2.4
- pyinterval==1.2.0
- multiprocessing-logging==0.2.6
- flask_restful
prefix: /opt/anaconda3/envs/readout