We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0257219 commit 4b5bd01Copy full SHA for 4b5bd01
2 files changed
docs/requirements.txt
@@ -1,3 +1,3 @@
1
# Sphinx
2
# https://github.com/sphinx-doc/sphinx/blob/master/CHANGES
3
-sphinx==1.5.2 # rq.filter: >=1.3, <1.6
+sphinx==1.6.3 # rq.filter: >=1.3, <1.7
requirements.txt
@@ -0,0 +1,17 @@
+# Matplotlib
+# https://github.com/matplotlib/matplotlib/blob/master/CHANGELOG
+matplotlib==2.0.2 # rq.filter: >=1.4,<2.1
4
+
5
+# xarray
6
+# https://github.com/pydata/xarray/blob/stable/doc/whats-new.rst
7
+xarray==0.9.6 # rq.filter: >=0.7.0,<1.0
8
9
+# pandas
10
+# http://pandas.pydata.org/pandas-docs/stable/whatsnew.html
11
+pandas==0.20.3 # rq.filter: >= 0.18.0,<0.21
12
13
+# scipy
14
+scipy==0.19.1 # rq.filter: >=0.18,<0.20
15
16
+# statsmodels
17
+statsmodels==0.8.0 # rq.filter: >=0.7.0,<0.9
0 commit comments