Skip to content

Commit 2865e36

Browse files
authored
add requirements for readthedocs (#530)
* tensorflow==1.5.0 * add requirements for readthedocs
1 parent dbfad03 commit 2865e36

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/requirements-rtd.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Keep this file in sync with requirements.txt, except tensorflow
2+
3+
flake8-docstrings>=1.3,<1.4
4+
matplotlib>=2.2,<2.3
5+
pymongo>=3.6,<3.7
6+
progressbar2>=3.37,<3.38
7+
scikit-image>=0.13,<0.14
8+
scipy>=1.0,<1.1
9+
sphinx>=1.7,<1.8
10+
tensorflow==1.5.0 # DO NOT MODIFY: https://github.com/tensorflow/tensorflow/issues/17441

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Keep this file in sync with requirements-rtd.txt, except tensorflow
2+
13
flake8-docstrings>=1.3,<1.4
24
matplotlib>=2.2,<2.3
35
pymongo>=3.6,<3.7

0 commit comments

Comments
 (0)