mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-24 12:09:22 +01:00
[to #48269383]fix: onnx protobuf version conflict
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11914565 * [to #48269383]fix: onnx protobuf version conflict
This commit is contained in:
@@ -66,11 +66,13 @@ envs:
|
||||
default: # default env, case not in other env will in default, pytorch.
|
||||
dependencies: # requirement packages,pip install before test case run.
|
||||
- numpy>=1.20
|
||||
- protobuf<4,>=3.20.2
|
||||
tensorflow1x: # cases excuted tensorflow1.x framework.
|
||||
requirements: # requirements files run before test case run.
|
||||
- tensorflow1x.txt
|
||||
dependencies: # requirement packages,pip install before test case run.
|
||||
- numpy==1.18.5
|
||||
- protobuf>=3.19.0,<3.21.0
|
||||
tests:
|
||||
- test_text_to_speech.py
|
||||
- test_csanmt_translation.py
|
||||
|
||||
Reference in New Issue
Block a user