-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
94 lines (94 loc) · 2.62 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
name: gamma-gp
channels:
- conda-forge
- defaults
dependencies:
- _pytorch_select=0.1=cpu_0
- astropy=4.2=py37he6e4e01_0
- attrs=20.3.0=pyhd3deb0d_0
- blas=1.0=mkl
- bzip2=1.0.8=hc929b4f_4
- c-ares=1.17.1=hc929b4f_0
- ca-certificates=2020.11.8=h033912b_0
- certifi=2020.11.8=py37hf985489_0
- cffi=1.14.4=py37hc5b2277_1
- cfitsio=3.470=h01dc385_7
- cycler=0.10.0=py_2
- freetype=2.10.4=h3f75d11_0
- healpy=1.14.0=py37hd7d1360_2
- importlib-metadata=3.1.0=pyhd8ed1ab_0
- importlib_metadata=3.1.0=hd8ed1ab_0
- iniconfig=1.1.1=pyh9f0ad1d_0
- intel-openmp=2019.4=233
- jpeg=9d=hbcb3906_0
- kiwisolver=1.3.1=py37h8ec247f_0
- krb5=1.17.2=h60d9502_0
- lcms2=2.11=h11f7e16_1
- libblas=3.8.0=14_mkl
- libcblas=3.8.0=14_mkl
- libcurl=7.71.1=h9bf37e3_8
- libcxx=11.0.0=h4c3b8ed_1
- libedit=3.1.20191231=h0678c8f_2
- libev=4.33=haf1e3a3_1
- libffi=3.3=h74dc148_1
- libgfortran=5.0.0=h7cc5361_13
- libgfortran5=9.3.0=h7cc5361_13
- liblapack=3.8.0=14_mkl
- libmklml=2019.0.5=0
- libnghttp2=1.41.0=h7580e61_2
- libopenblas=0.3.12=openmp_h54245bb_1
- libpng=1.6.37=h7cec526_2
- libssh2=1.9.0=h8a08a2b_5
- libtiff=4.1.0=hca7d577_6
- libwebp-base=1.1.0=hbcb3906_3
- llvm-openmp=11.0.0=h73239a0_1
- lz4-c=1.9.2=hb1e8313_3
- matplotlib=3.3.3=py37hf985489_0
- matplotlib-base=3.3.3=py37hdacc966_0
- mkl=2019.5=281
- mkl-service=2.3.0=py37h0b31af3_0
- more-itertools=8.6.0=pyhd8ed1ab_0
- ncurses=6.2=h2e338ed_4
- ninja=1.10.2=h9a9d8cb_0
- numpy=1.19.4=py37h9ebeaaa_1
- olefile=0.46=pyh9f0ad1d_1
- openssl=1.1.1h=haf1e3a3_0
- packaging=20.4=pyh9f0ad1d_0
- pillow=8.0.1=py37h09f51b7_0
- pip=20.3=pyhd8ed1ab_0
- pluggy=0.13.1=py37h2987424_3
- py=1.9.0=pyh9f0ad1d_0
- pycparser=2.20=pyh9f0ad1d_2
- pyerfa=1.7.1.1=py37he6e4e01_1
- pyparsing=2.4.7=pyh9f0ad1d_0
- pytest=6.1.2=py37hf985489_0
- pytest-runner=5.2=py_0
- python=3.7.7=hf48f09d_4
- python-dateutil=2.8.1=py_0
- python_abi=3.7=1_cp37m
- readline=8.0=h0678c8f_2
- scipy=1.5.3=py37h821cff1_0
- setuptools=49.6.0=py37h2987424_2
- six=1.15.0=pyh9f0ad1d_0
- sqlite=3.33.0=h960bd1c_1
- tk=8.6.10=hb0a8c7a_1
- toml=0.10.2=pyhd8ed1ab_0
- tornado=6.1=py37h4b544eb_0
- tqdm=4.54.0=pyhd8ed1ab_0
- wheel=0.35.1=pyh9f0ad1d_0
- xz=5.2.5=haf1e3a3_1
- zipp=3.4.0=py_0
- zlib=1.2.11=h7795811_1010
- zstd=1.4.5=h289c70a_2
- pip:
- dataclasses==0.6
- future==0.18.2
- gpytorch==1.3.0
- joblib==0.17.0
- opt-einsum==3.3.0
- pyro-api==0.1.2
- pyro-ppl==1.5.1
- scikit-learn==0.23.2
- threadpoolctl==2.1.0
- torch==1.7.0
- typing-extensions==3.7.4.3