Skip to content

Commit 901cb20

Browse files
committed
fixes to rdt
1 parent e93510a commit 901cb20

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.readthedocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ formats:
33
- epub
44

55
# pip requirements file for building sphinx docs (e.g. nbsphinx)
6-
requirements_file: requirements-dev.txt
6+
requirements_file: docs/requirements-docs.txt
77

88
# can also specify a conda env file if pip isn't enough, for example:
99
# conda:

docs/requirements-docs.txt

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
matplotlib>=1.5.0
2+
theano>=0.9.0
3+
pandas>=0.18.0
4+
patsy>=0.4.0
5+
joblib>=0.9
6+
tqdm>=4.8.4
7+
six>=1.10.0
8+
h5py>=2.7.0
9+
enum34>=1.1.6; python_version < '3.4'
110
nbsphinx
211
ipykernel
312
numpy

0 commit comments

Comments
 (0)