forked from EricKeenan/snowpackCloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
142 lines (141 loc) · 3.68 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
name: base
channels:
- anaconda
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- asn1crypto=1.3.0=py36_0
- blas=1.0=mkl
- ca-certificates=2019.11.28=hecc5488_0
- certifi=2019.11.28=py36_0
- cffi=1.13.2=py36h8022711_0
- chardet=3.0.4=py36_1003
- conda=4.8.2=py36_0
- conda-env=2.6.0=h36134e3_1
- conda-package-handling=1.6.0=py36h7b6447c_0
- cryptography=2.8=py36h72c5cf5_1
- cycler=0.10.0=py_2
- dbus=1.13.6=he372182_0
- expat=2.2.9=he1b5a44_2
- fontconfig=2.13.1=he4413a7_1000
- freetype=2.10.0=he983fc9_1
- gettext=0.19.8.1=hc5be6a0_1002
- glib=2.58.3=py36h6f030ca_1002
- gst-plugins-base=1.14.5=h0935bb2_1
- gstreamer=1.14.5=h36ae1b5_1
- icu=58.2=hf484d3e_1000
- idna=2.8=py36_1000
- intel-openmp=2020.0=166
- jpeg=9c=h14c3975_1001
- kiwisolver=1.1.0=py36hc9558a2_0
- libedit=3.1.20170329=h6b74fdf_2
- libffi=3.2.1=hfc679d8_5
# - libgcc-ng=9.2.0=h24d8f2e_1
- libgfortran-ng=7.3.0=hdf63c60_0
- libgomp=9.2.0=h24d8f2e_1
- libiconv=1.15=h516909a_1005
- libpng=1.6.37=hed695b0_0
- libstdcxx-ng=9.2.0=hdf63c60_1
- libuuid=2.32.1=h14c3975_1000
- libxcb=1.13=h14c3975_1002
- libxml2=2.9.9=hea5a465_1
- matplotlib=2.2.4=py36_0
- matplotlib-base=2.2.4=py36hfd891ef_0
- mkl=2019.5=281
- mkl-service=2.3.0=py36he904b0f_0
- mkl_fft=1.0.15=py36ha843d7b_0
- mkl_random=1.1.0=py36hd6b4f25_0
- ncurses=6.1=hfc679d8_2
- numpy=1.18.1=py36h4f9e942_0
- numpy-base=1.18.1=py36hde5b4d6_1
# - openmp_impl=4.5=0_gnu
- openssl=1.1.1d=h516909a_0
- pandas=1.0.0=py36h0573a6f_0
- pcre=8.43=he1b5a44_0
- pip=19.3.1=py36_0
- pthread-stubs=0.4=h14c3975_1001
- pycosat=0.6.3=py36h516909a_1002
- pycparser=2.19=py36_1
- pyopenssl=19.0.0=py36_0
- pyparsing=2.4.6=py_0
- pyqt=5.9.2=py36hcca6a23_4
- pysocks=1.7.1=py36_0
- python=3.6.7=h381d211_1004
- python-dateutil=2.8.1=py_0
- pytz=2019.3=py_0
- qt=5.9.7=h52cfd70_2
- readline=7.0=hf8c457e_1001
- requests=2.22.0=py36_1
- ruamel_yaml=0.15.80=py36h516909a_1000
- setuptools=44.0.0=py36_0
- sip=4.19.8=py36hf484d3e_0
- six=1.13.0=py36_0
- sqlite=3.28.0=h8b20d00_0
- tk=8.6.10=hed695b0_0
- tqdm=4.42.0=py_0
- urllib3=1.25.7=py36_0
- wheel=0.33.6=py36_0
- xorg-libxau=1.0.9=h14c3975_0
- xorg-libxdmcp=1.1.3=h516909a_0
- xz=5.2.4=h14c3975_1001
- yaml=0.2.2=h516909a_1
- zlib=1.2.11=h516909a_1006
- pip:
- alembic==1.3.2
- async-generator==1.10
- attrs==19.3.0
- backcall==0.1.0
- bleach==3.1.0
- certipy==0.1.3
- decorator==4.4.1
- defusedxml==0.6.0
- entrypoints==0.3
- importlib-metadata==1.3.0
- ipykernel==5.1.3
- ipython==7.11.1
- ipython-genutils==0.2.0
- ipywidgets==7.4.2
- jedi==0.15.2
- jinja2==2.10.3
- jsonschema==3.2.0
- jupyter-client==5.3.4
- jupyter-core==4.6.1
- jupyterhub==1.0.0
- jupyterlab==0.35.4
- jupyterlab-server==0.2.0
- mako==1.1.0
- markupsafe==1.1.1
- mistune==0.8.4
- more-itertools==8.0.2
- nbconvert==5.6.1
- nbformat==5.0.3
- nbgitpuller==0.6.1
- nbresuse==0.3.0
- notebook==5.7.8
- nteract-on-jupyter==2.0.7
- oauthlib==3.1.0
- pamela==1.0.0
- pandocfilters==1.4.2
- parso==0.5.2
- pexpect==4.7.0
- pickleshare==0.7.5
- prometheus-client==0.7.1
- prompt-toolkit==3.0.2
- psutil==5.6.7
- ptyprocess==0.6.0
- pygments==2.5.2
- pyrsistent==0.15.7
- python-editor==1.0.4
- pyzmq==18.1.1
- send2trash==1.5.0
- sqlalchemy==1.3.12
- terminado==0.8.3
- testpath==0.4.4
- tornado==5.1.1
- traitlets==4.3.3
- wcwidth==0.1.8
- webencodings==0.5.1
- widgetsnbextension==3.4.2
- zipp==0.6.0
prefix: /opt/tljh/user