-
Notifications
You must be signed in to change notification settings - Fork 2
/
environment.yml
54 lines (53 loc) · 1.63 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
name: pyviz
channels:
- ioam
- pyviz
- conda-forge
- bokeh
- defaults
dependencies:
#
# Versions for viz packages pinned to ensure mutual compatibility
#
- bokeh=0.12.14
- holoviews=1.9.5
- geoviews=1.4.3
- datashader=0.6.5
- param=1.5.1
- paramnb=2.0.3
- parambokeh=0.2.2
#
# Direct dependencies for package installation
#
- yaml
- requests
- nodejs
#
# Direct dependencies of most or all the tutorials
#
- python=3.6
- ipython=5 # Pinned to avoid tab-completion issue in ipython=6
- numpy=1.14 # Pinned to avoid warnings with numpy=1.14 and bokeh=1.12.14
- notebook>=5.1 # Pinned to avoid rate limiting for large images with notebook=5.0
- dask=0.15.4 # Pinned in case of future API changes
- jupyter
- pandas
- xarray
#
# Directly imported dependencies of certain specialized tutorials
#
- cartopy # Required for some GeoViews examples
#
# Indirect dependencies of our direct dependencies
#
- selenium # Required for exporting Bokeh plots to PNG
- phantomjs # Required for exporting Bokeh plots to PNG
- netcdf4 # Required for reading .nc files
- fastparquet # Required for reading Parquet files
- python-snappy # Required for reading snappy-compressed Parquet files
- pytest>=3.2 # Required by? Pinned to avoid installation problems on Windows with 3.1?
- ipywidgets>=6,<7 # Required for paramnb. Pinned to avoid widgets scrolling for hover text.
- cffi # Unstated dependency of fastparquet?
- pip:
- git+https://github.com/jupyterhub/nbserverproxy
- holoext==0.0.3