提交 92df1e21 编写于 作者: S Steffy-zxf 提交者: wuzewu

merge release/v1.2 to develop (#201)

* upgrade paddlehub version (1.3.0)
上级 52888caa
...@@ -13,5 +13,5 @@ ...@@ -13,5 +13,5 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
""" PaddleHub version string """ """ PaddleHub version string """
hub_version = "1.2.1" hub_version = "1.3.0"
module_proto_version = "1.0.0" module_proto_version = "1.0.0"
...@@ -12,5 +12,5 @@ pandas ...@@ -12,5 +12,5 @@ pandas
flask >= 1.1.0 flask >= 1.1.0
flake8 flake8
tb-paddle tb-paddle
tb-nightly tensorboard >= 1.15
cma == 2.7.0 cma == 2.7.0
...@@ -11,5 +11,5 @@ pandas < 0.25.0 ...@@ -11,5 +11,5 @@ pandas < 0.25.0
flake8 flake8
flask >= 1.1.0 flask >= 1.1.0
tb-paddle tb-paddle
tb-nightly tensorboard >= 1.15
cma == 2.7.0 cma == 2.7.0
...@@ -32,7 +32,7 @@ max_version, mid_version, min_version = python_version() ...@@ -32,7 +32,7 @@ max_version, mid_version, min_version = python_version()
REQUIRED_PACKAGES = [ REQUIRED_PACKAGES = [
'six >= 1.10.0', 'protobuf >= 3.6.0', 'pyyaml', 'Pillow', 'requests', 'six >= 1.10.0', 'protobuf >= 3.6.0', 'pyyaml', 'Pillow', 'requests',
'tb-paddle', 'tb-nightly', 'cma == 2.7.0', 'flask >= 1.1.0' 'tb-paddle', 'tensorboard >= 1.15', 'cma == 2.7.0', 'flask >= 1.1.0'
] ]
if max_version < 3: if max_version < 3:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册