Skip to content

Commit 096ce43

Browse files
committed
Update environment description for dash
1 parent d91b79e commit 096ce43

File tree

2 files changed

+251
-65
lines changed

2 files changed

+251
-65
lines changed

environment.yml

Lines changed: 178 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,190 @@
11
name: python_for_data_science
22
channels:
3-
- conda-forge
43
- defaults
54
dependencies:
5+
- _libgcc_mutex
6+
- blas
7+
- ca-certificates
8+
- intel-openmp
9+
- libgfortran-ng
10+
- libstdcxx-ng
11+
- poppler-data
12+
- libgcc-ng
13+
- mkl
14+
- bzip2
15+
- expat
16+
- freexl
17+
- geos
18+
- giflib
19+
- gmp
20+
- icu
21+
- jpeg
22+
- json-c
23+
- libffi
24+
- libsodium
25+
- libspatialindex
26+
- libuuid
27+
- libxcb
28+
- lz4-c
29+
- ncurses
30+
- openssl
31+
- pcre
32+
- pixman
33+
- tbb
34+
- xz
35+
- yaml
36+
- zlib
37+
- glib
38+
- hdf4
39+
- hdf5
40+
- libboost
41+
- libedit
42+
- libpng
43+
- libssh2
44+
- libxml2
45+
- pandoc
46+
- readline
47+
- tk
48+
- xerces-c
49+
- zeromq
50+
- zstd
51+
- dbus
52+
- freetype
53+
- gstreamer
54+
- kealib
55+
- krb5
56+
- libkml
57+
- libtiff
58+
- sqlite
59+
- fontconfig
60+
- gst-plugins-base
61+
- libcurl
62+
- libpq
63+
- openjpeg
64+
- proj
65+
- python=3.7
66+
- asn1crypto
67+
- attrs
68+
- backcall
69+
- cairo
70+
- certifi
71+
- cfitsio
72+
- chardet
73+
- click
74+
- curl
75+
- decorator
76+
- defusedxml
77+
- entrypoints
78+
- geotiff
79+
- idna
80+
- ipython_genutils
81+
- json5
82+
- kiwisolver
83+
- libspatialite
84+
- markupsafe
85+
- mistune
86+
- more-itertools
87+
- olefile
88+
- pandocfilters
89+
- param
90+
- parso
91+
- pickleshare
92+
- postgresql
93+
- prometheus_client
94+
- ptyprocess
95+
- pycparser
96+
- pyparsing
97+
- pyproj
98+
- pysocks
99+
- pytz
100+
- pyyaml
101+
- pyzmq
102+
- qt
103+
- rtree
104+
- send2trash
105+
- sip
106+
- six
107+
- soupsieve
108+
- sqlalchemy
109+
- testpath
110+
- toolz
111+
- tornado
112+
- wcwidth
113+
- webencodings
114+
- xlrd
6115
- beautifulsoup4
7-
- folium
8-
- geopandas
9-
- holoviews
116+
- cffi
117+
- click-plugins
118+
- cligj
119+
- cycler
120+
- jedi
121+
- libdap4
122+
- libnetcdf
123+
- mkl-service
124+
- packaging
125+
- pexpect
126+
- pillow
127+
- poppler
128+
- pyqt
129+
- pyrsistent
130+
- python-dateutil
131+
- pyviz_comms
132+
- setuptools
133+
- terminado
134+
- tiledb
135+
- traitlets
136+
- zipp
137+
- bleach
138+
- cryptography
139+
- importlib_metadata
140+
- jinja2
141+
- jupyter_core
142+
- libgdal
143+
- munch
144+
- networkx
145+
- numpy-base
146+
- pygments
147+
- wheel
148+
- branca
149+
- jsonschema
150+
- jupyter_client
151+
- pip
152+
- prompt_toolkit
153+
- pyopenssl
154+
- ipython
155+
- nbformat
156+
- urllib3
157+
- ipykernel
158+
- nbconvert
159+
- requests
160+
- jupyter_console
161+
- notebook
162+
- qtconsole
163+
- jupyterlab_server
164+
- widgetsnbextension
10165
- ipywidgets
11-
- jupyter
12166
- jupyterlab
167+
- jupyter
168+
- vincent
169+
- bokeh
170+
- gdal
13171
- matplotlib
14-
- networkx
15-
- nodejs
172+
- holoviews
173+
- mkl_fft
174+
- mkl_random
175+
- numpy
16176
- pandas
17-
- python=3.7
18177
- scipy
19-
- seaborn
20178
- shapely
21-
- sqlalchemy
179+
- altair
180+
- fiona
181+
- patsy
182+
- folium
183+
- geopandas
184+
- statsmodels
185+
- seaborn
186+
- nodejs
22187
- xarray
23-
- xlrd
188+
- dash
189+
prefix: /home/gjb/miniconda3/envs/python_for_data_science
190+

0 commit comments

Comments
 (0)