File tree Expand file tree Collapse file tree 2 files changed +41
-47
lines changed Expand file tree Collapse file tree 2 files changed +41
-47
lines changed Original file line number Diff line number Diff line change 1
- name : pymc3_ppp
1
+ name : ppp
2
2
channels :
3
- - conda-forge
3
+ - anaconda
4
4
- defaults
5
+ - conda-forge
5
6
dependencies :
6
- - blas=1.0=mkl
7
- - ca-certificates=2018.11.29=ha4d7672_0
8
- - certifi=2018.11.29=py36_1000
9
- - cycler=0.10.0=py_1
10
- - freetype=2.9.1
11
- - h5py=2.9.0
12
- - hdf5=1.10.4
13
- - intel-openmp=2019.1=144
14
- - joblib=0.12.5=py_0
15
- - kiwisolver=1.0.1
16
- - libffi=3.2.1
17
- - libpng=1.6.36
18
- - llvm-meta=7.0.0=0
19
- - mako=1.0.7=py_1
20
- - markupsafe=1.1.0
21
- - matplotlib=3.0.2
22
- - matplotlib-base=3.0.2
23
- - mkl=2019.1=144
24
- - mkl_fft=1.0.10
25
- - mkl_random
26
- - ncurses
27
- - numpy=1.15.4
28
- - numpy-base=1.15.4
29
- - openssl
30
- - pandas=0.24.1
31
- - patsy=0.5.1=py_0
32
- - pip=19.0.2=py36_0
33
- - pygpu=0.7.6
34
- - pymc3=3.6=py36_1000
35
- - pyparsing=2.3.1=py_0
36
- - python-dateutil=2.8.0=py_0
37
- - pytz=2018.9=py_0
38
- - readline
7
+ - python=3.6
8
+ - notebook
9
+ - mkl
10
+ - graphviz
39
11
- seaborn
40
- - scipy=1.2.0
41
- - setuptools=40.8.0=py36_0
42
- - six=1.12.0=py36_1000
43
- - sqlite
44
- - theano=1.0.3=py36_0
45
- - tornado
46
- - tqdm=4.31.1=py_0
47
- - wheel=0.32.3=py36_0
48
- - xz
49
- - zlib
50
- prefix : /Users/peadarcoyle/miniconda3/envs/pymc3_ppp
51
-
12
+ - pydot
13
+ - matplotlib
14
+ - arviz[version='>=0.7']
15
+ - pymc3
16
+ - scipy
17
+ - pandas
18
+ - theano
19
+ - numpy
20
+ - mkl-service
21
+ - watermark
22
+ - jupyter
Original file line number Diff line number Diff line change
1
+ # Tested on Python 3.6
2
+ # Data libs
3
+ pymc3
4
+ theano
5
+ mkl
6
+ mkl-service
7
+ pandas
8
+ numpy
9
+ scipy
10
+
11
+ # Plotting
12
+ arviz >= 0.7
13
+ matplotlib
14
+ seaborn
15
+ pydot
16
+ graphviz
17
+
18
+ # Notebook
19
+ jupyter
20
+ notebook
21
+
22
+ # Reproducibility
23
+ watermark
You can’t perform that action at this time.
0 commit comments