We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfad03 commit 2865e36Copy full SHA for 2865e36
docs/requirements-rtd.txt
@@ -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
@@ -1,3 +1,5 @@
+# Keep this file in sync with requirements-rtd.txt, except tensorflow
flake8-docstrings>=1.3,<1.4
matplotlib>=2.2,<2.3
pymongo>=3.6,<3.7
0 commit comments