forked from bokeh/bokeh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
69 lines (64 loc) · 953 Bytes
/
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
name: bkdev
channels:
- conda-forge
dependencies:
- python>=3.6
# build
- setuptools
- nodejs>=10.13
- yaml
# runtime
- jinja2>=2.7
- numpy>=1.11.3
- packaging>=16.8
- pillow>=4.0
- python-dateutil>=2.1
- pyyaml>=3.10
- tornado>=5
- typing_extensions>=3.7.4
# docs
- colorcet
- pygments
- sphinx >=1.8
# tests
- beautifulsoup4
- colorama
- channels
- coverage
- firefox
- flake8
- flaky
- geckodriver
- ipython
- isort >=4.3.21
- mock
- mypy
- nbconvert >=5.4
- networkx
- nodejs >=10.13
- numba
- pandas
- psutil
- pytest
- pytest-asyncio
- pytest-cov >=1.8.1
- pytest-html
- pytest-xdist
- requests >=1.2.3
- selenium >=3.8
- scipy
# examples
- flask >=1.0
- django
- h5py
- icalendar
- networkx
- notebook
- opencv
- pyshp
- scikit-learn
- sympy
#- ipywidgets_bokeh >=1.0.0
#- ipywidgets >=7.5.0
#- ipyvolume
#- ipyleaflet