Skip to content

Commit a311d75

Browse files
authored
Merge pull request #2543 from jasongrout/docsdeps
Add some libraries required for building docs without errors.
2 parents c592184 + 26315bb commit a311d75

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/environment.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ dependencies:
1818
- tornado
1919
- python-dateutil
2020
- recommonmark
21+
- matplotlib
22+
- bqplot
23+
- numpy

docs/requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ nbsphinx>=0.2.13
88
recommonmark==0.4.0
99
sphinx>=1.4.6
1010
sphinx_rtd_theme
11+
matplotlib
12+
numpy
13+
bqplot

0 commit comments

Comments
 (0)