未验证 提交 df1729b5 编写于 作者: T TeslaZhao 提交者: GitHub

Merge pull request #1669 from felixhjh/official_develop

Official develop
...@@ -4,7 +4,7 @@ wheel>=0.34.0, <0.35.0 ...@@ -4,7 +4,7 @@ wheel>=0.34.0, <0.35.0
setuptools>=44.1.0 setuptools>=44.1.0
google>=2.0.3 google>=2.0.3
protobuf>=3.12.2 protobuf>=3.12.2
grpcio-tools>=1.28.1 grpcio-tools==1.33.2
grpcio>=1.28.1 grpcio>=1.28.1
func-timeout>=4.3.5 func-timeout>=4.3.5
pyyaml>=5.1 pyyaml>=5.1
...@@ -22,4 +22,4 @@ opencv-python==4.3.0.38; platform_machine != "aarch64" ...@@ -22,4 +22,4 @@ opencv-python==4.3.0.38; platform_machine != "aarch64"
opencv-python; platform_machine == "aarch64" opencv-python; platform_machine == "aarch64"
pytest==7.0.1 pytest==7.0.1
prometheus-client==0.12.0 prometheus-client==0.12.0
pillow==9.0.1 pillow==8.4.0
...@@ -14,7 +14,7 @@ Jinja2==2.11.3 ...@@ -14,7 +14,7 @@ Jinja2==2.11.3
MarkupSafe==1.1.1 MarkupSafe==1.1.1
Werkzeug==1.0.1 Werkzeug==1.0.1
ujson>=2.0.3 ujson>=2.0.3
grpcio-tools>=1.33.2 grpcio-tools==1.33.2
grpcio>=1.33.2 grpcio>=1.33.2
sentencepiece==0.1.83 sentencepiece==0.1.83
pillow==9.0.1 pillow==8.4.0
...@@ -44,7 +44,7 @@ if '${PACK}' == 'ON': ...@@ -44,7 +44,7 @@ if '${PACK}' == 'ON':
REQUIRED_PACKAGES = [ REQUIRED_PACKAGES = [
'six >= 1.10.0', 'protobuf >= 3.11.0', 'numpy >= 1.12', 'grpcio <= 1.33.2', 'six >= 1.10.0', 'protobuf >= 3.11.0', 'numpy >= 1.12', 'grpcio <= 1.33.2',
'grpcio-tools >= 1.28.1', 'requests' 'grpcio-tools <= 1.33.2', 'requests'
] ]
......
...@@ -32,7 +32,7 @@ max_version, mid_version, min_version = util.python_version() ...@@ -32,7 +32,7 @@ max_version, mid_version, min_version = util.python_version()
util.gen_pipeline_code("paddle_serving_server") util.gen_pipeline_code("paddle_serving_server")
REQUIRED_PACKAGES = [ REQUIRED_PACKAGES = [
'six >= 1.10.0', 'protobuf >= 3.11.0', 'grpcio <= 1.33.2', 'grpcio-tools >= 1.28.1', 'six >= 1.10.0', 'protobuf >= 3.11.0', 'grpcio <= 1.33.2', 'grpcio-tools <= 1.33.2',
'flask >= 1.1.1,<2.0.0', 'click==7.1.2', 'itsdangerous==1.1.0', 'Jinja2==2.11.3', 'flask >= 1.1.1,<2.0.0', 'click==7.1.2', 'itsdangerous==1.1.0', 'Jinja2==2.11.3',
'MarkupSafe==1.1.1', 'Werkzeug==1.0.1', 'func_timeout', 'pyyaml', 'pytest' 'MarkupSafe==1.1.1', 'Werkzeug==1.0.1', 'func_timeout', 'pyyaml', 'pytest'
] ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册