Repository: incubator-singa Updated Branches: refs/heads/master f720a8f5f -> 4a1b1e2b6
SINGA-396 Upgrade `protobuf` to 3.6.1 to match Tensorflow's The depdency rule on protobuf is relax to >= 3.2.0 (from == 3.2.0) Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/4a1b1e2b Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/4a1b1e2b Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/4a1b1e2b Branch: refs/heads/master Commit: 4a1b1e2b6df2017e986db914cdbf7edf4419980b Parents: f720a8f Author: wang wei <[email protected]> Authored: Sat Nov 17 21:11:27 2018 +0700 Committer: wang wei <[email protected]> Committed: Sat Nov 17 21:20:36 2018 +0700 ---------------------------------------------------------------------- tool/conda/cpu/meta.yaml | 4 ++-- tool/conda/gpu/meta.yaml | 4 ++-- tool/conda/singa/meta.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/4a1b1e2b/tool/conda/cpu/meta.yaml ---------------------------------------------------------------------- diff --git a/tool/conda/cpu/meta.yaml b/tool/conda/cpu/meta.yaml index 0c7a38d..6c6f7cb 100644 --- a/tool/conda/cpu/meta.yaml +++ b/tool/conda/cpu/meta.yaml @@ -20,11 +20,11 @@ package: name: singa-cpu - version: 1.1.1 + version: 1.2.0 requirements: run: - - singa 1.1.1 py36_cpu + - singa 1.2.0 py36_cpu about: home: http://singa.apache.org/ http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/4a1b1e2b/tool/conda/gpu/meta.yaml ---------------------------------------------------------------------- diff --git a/tool/conda/gpu/meta.yaml b/tool/conda/gpu/meta.yaml index 7c1a9a5..b78ef29 100644 --- a/tool/conda/gpu/meta.yaml +++ b/tool/conda/gpu/meta.yaml @@ -19,11 +19,11 @@ package: name: singa-gpu - version: 1.1.1 + version: 1.2.0 requirements: run: - - singa 1.1.1 py36_cuda9.0_cudnn7.1.2 + - singa 1.2.0 py36_cuda9.0_cudnn7.1.2 about: home: http://singa.apache.org/ http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/4a1b1e2b/tool/conda/singa/meta.yaml ---------------------------------------------------------------------- diff --git a/tool/conda/singa/meta.yaml b/tool/conda/singa/meta.yaml index 5cc47be..b81f3be 100644 --- a/tool/conda/singa/meta.yaml +++ b/tool/conda/singa/meta.yaml @@ -35,7 +35,7 @@ requirements: build: - swig 3.0.10 - openblas 0.2.19 - - protobuf 3.2.0 + - protobuf >=3.2.0 - glog 0.3.4 - libgfortran 3.0.0 # [osx] - gcc 4.8.5 # [linux] @@ -45,7 +45,7 @@ requirements: run: - openblas 0.2.19 - - protobuf 3.2.0 + - protobuf >=3.2.0 - glog 0.3.4 - libgfortran 3.0.0 # [osx] - libgcc 4.8.5 # [linux]
