From 62c26937fb62d48035d81ae18879676660ac143c Mon Sep 17 00:00:00 2001
From: Chilipp
Date: Thu, 27 Jul 2017 21:51:44 +0200
Subject: [PATCH] Added requirements for requires.io [skip ci]
---
requirements.txt | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 requirements.txt
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..257fcc0
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,16 @@
+# Matplotlib
+# https://github.com/matplotlib/matplotlib/blob/master/CHANGELOG
+matplotlib==2.0.2 # rq.filter: >=1.4, <2.1
+
+# xarray
+# https://github.com/pydata/xarray/blob/stable/doc/whats-new.rst
+xarray==0.9.6 # rq.filter: >=0.7.0, < 1.0
+
+# pandas
+# http://pandas.pydata.org/pandas-docs/stable/whatsnew.html
+pandas==0.20.3 # rq.filter: >= 0.18.0, < 0.21
+
+# cartopy
+# http://scitools.org.uk/cartopy/docs/latest/whats_new.html
+cartopy==0.15.1 # rq.filter: >= 0.13, < 0.16
+