Repository: climate Updated Branches: refs/heads/master 3a80408bc -> 367ba9e8f
Add cython to build dependency files Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/367ba9e8 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/367ba9e8 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/367ba9e8 Branch: refs/heads/master Commit: 367ba9e8f3268c4413c2d41b27a5fbf2bd41f15d Parents: 3a80408 Author: Lewis John McGibbney <lewis.mcgibb...@gmail.com> Authored: Tue Jun 26 12:20:32 2018 -0700 Committer: Lewis John McGibbney <lewis.mcgibb...@gmail.com> Committed: Tue Jun 26 12:20:32 2018 -0700 ---------------------------------------------------------------------- deps_py2.txt | 3 ++- deps_py3.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/367ba9e8/deps_py2.txt ---------------------------------------------------------------------- diff --git a/deps_py2.txt b/deps_py2.txt index 4655a22..c4b0740 100644 --- a/deps_py2.txt +++ b/deps_py2.txt @@ -1,3 +1,4 @@ +cython numpy scipy matplotlib @@ -12,4 +13,4 @@ webtest myproxyclient esgf-pyclient podaacpy -networkx \ No newline at end of file +networkx http://git-wip-us.apache.org/repos/asf/climate/blob/367ba9e8/deps_py3.txt ---------------------------------------------------------------------- diff --git a/deps_py3.txt b/deps_py3.txt index 05d845c..60e7427 100644 --- a/deps_py3.txt +++ b/deps_py3.txt @@ -1,3 +1,4 @@ +cython numpy scipy matplotlib @@ -9,4 +10,4 @@ python-dateutil mock webtest podaacpy -networkx \ No newline at end of file +networkx