Repository: climate Updated Branches: refs/heads/master d705549d7 -> ab179cbee
CLIMATE-428 - Add versions to easy-ocw dependencies Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/60ef7397 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/60ef7397 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/60ef7397 Branch: refs/heads/master Commit: 60ef73975873c24e9769cecf6959ca66b1b79d4d Parents: 4beff88 Author: Michael Joyce <[email protected]> Authored: Fri May 30 21:09:52 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Thu Jun 12 09:02:15 2014 -0700 ---------------------------------------------------------------------- easy-ocw/ocw-conda-dependencies.txt | 10 +++++----- easy-ocw/ocw-pip-dependencies.txt | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/60ef7397/easy-ocw/ocw-conda-dependencies.txt ---------------------------------------------------------------------- diff --git a/easy-ocw/ocw-conda-dependencies.txt b/easy-ocw/ocw-conda-dependencies.txt index 340845e..f6c5a26 100644 --- a/easy-ocw/ocw-conda-dependencies.txt +++ b/easy-ocw/ocw-conda-dependencies.txt @@ -15,8 +15,8 @@ # specific language governing permissions and limitations # under the License. -numpy -scipy -matplotlib -basemap -netcdf4 +numpy=1.8.1 +scipy=0.13.3 +matplotlib=1.3.1 +basemap=1.0.7 +netcdf4=1.0.8 http://git-wip-us.apache.org/repos/asf/climate/blob/60ef7397/easy-ocw/ocw-pip-dependencies.txt ---------------------------------------------------------------------- diff --git a/easy-ocw/ocw-pip-dependencies.txt b/easy-ocw/ocw-pip-dependencies.txt index 46d3daf..53ca8f9 100644 --- a/easy-ocw/ocw-pip-dependencies.txt +++ b/easy-ocw/ocw-pip-dependencies.txt @@ -1,8 +1,8 @@ -requests -bottle -pydap -webtest -nose -pylint +requests==2.3.0 +bottle==0.11.6 +pydap==3.1.1 +webtest==2.0.15 +nose==1.3.3 +pylint==1.2.1 sphinx==1.2.1 sphinxcontrib-httpdomain==1.2.1
