Repository: incubator-singa Updated Branches: refs/heads/master d0855e229 -> 802e5e235
update the version of swig and numpy in meta.yaml Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/802e5e23 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/802e5e23 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/802e5e23 Branch: refs/heads/master Commit: 802e5e23582795d5728a185b4dcf4d0faa96c2f5 Parents: d0855e2 Author: wangwei <[email protected]> Authored: Fri Jun 23 16:05:21 2017 +0800 Committer: wangwei <[email protected]> Committed: Fri Jun 23 16:05:21 2017 +0800 ---------------------------------------------------------------------- tool/conda/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/802e5e23/tool/conda/meta.yaml ---------------------------------------------------------------------- diff --git a/tool/conda/meta.yaml b/tool/conda/meta.yaml index 649b6c4..5fa237e 100644 --- a/tool/conda/meta.yaml +++ b/tool/conda/meta.yaml @@ -16,8 +16,8 @@ build: requirements: build: - python 2.7* - - numpy 1.10 - - swig 3.0 + - numpy 1.10.0 + - swig 3.0.2 - openblas 0.2.14 - protobuf 3.0.0 - glog 0.3.4 @@ -25,7 +25,7 @@ requirements: run: - python 2.7* - - numpy >=1.10 + - numpy >=1.10.0 - protobuf >=3.0.0 - glog >=0.3.4 - openblas >=0.2.14
