forked from bokeh/bokeh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
94 lines (87 loc) · 1.35 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: bkdev
channels:
- conda-forge
dependencies:
- python>=3.8
# build
- setuptools
- nodejs 16.*
- 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.10.0
- xyzservices>=2021.09.1
# docs
- colorcet
- pygments
# tests
- beautifulsoup4
- channels
- click
- colorama
- coverage
- django 3.*
- firefox
- flake8
- flaky
- geckodriver
- ipython
- isort 5.8
- mock
- mypy >=0.920
- nbconvert >=5.4
- networkx
- nodejs 16.*
- numba
- pandas
- psutil
- pydot
- pytest 6.2*
- pytest-asyncio >=0.12.0
- pytest-cov >=1.8.1
- pytest-html
- pytest-xdist
- requests >=1.2.3
- selenium >=3.8
- scipy
- pre-commit
# 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
# pip dependencies
- pip
- pip:
# docs
- autoclasstoc
- pydata_sphinx_theme >= 0.7.1
- sphinx >=4.1,<4.3
- sphinxext-opengraph
- sphinx-reredirects
- sphinx-panels
- sphinx-tabs
# tests
- types-boto
- types-colorama
- types-mock
- types-pillow
- types-pyyaml
- types-requests
- flake8-pyi