Repository: climate Updated Branches: refs/heads/master 4929e2cfb -> 62d303f53
CLIMATE-370 - Add conda dependencies file - Add ocw-conda-dependencies to simply conda install of OCW dependencies. Any packages that should be conda installed can be listed here and they will be picked up by the install scripts (assuming they use this file). Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/9353d89c Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/9353d89c Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/9353d89c Branch: refs/heads/master Commit: 9353d89c3ff23082df69d4e3b998d5905b66a25f Parents: 4929e2c Author: Michael Joyce <[email protected]> Authored: Mon May 12 10:40:36 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Mon May 19 08:22:04 2014 -0700 ---------------------------------------------------------------------- easy-ocw/ocw-conda-dependencies.txt | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/9353d89c/easy-ocw/ocw-conda-dependencies.txt ---------------------------------------------------------------------- diff --git a/easy-ocw/ocw-conda-dependencies.txt b/easy-ocw/ocw-conda-dependencies.txt new file mode 100644 index 0000000..c751c36 --- /dev/null +++ b/easy-ocw/ocw-conda-dependencies.txt @@ -0,0 +1,5 @@ +numpy +scipy +matplotlib +basemap +netcdf4
