We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7c51b commit ee74054Copy full SHA for ee74054
1 file changed
requirements.txt
@@ -0,0 +1,16 @@
1
+# Matplotlib
2
+# https://github.com/matplotlib/matplotlib/blob/master/CHANGELOG
3
+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
+# cartopy
14
+# http://scitools.org.uk/cartopy/docs/latest/whats_new.html
15
+cartopy==0.15.1 # rq.filter: >= 0.13, < 0.16
16
0 commit comments