Removed duplicated pdpd test requirement (#14083)
* Removed duplicated pdpd test requirement * Fixed path in Azure CI Windows
This commit is contained in:
@@ -152,7 +152,7 @@ jobs:
|
||||
python -m pip install -r $(REPO_DIR)\src\bindings\python\wheel\requirements-dev.txt
|
||||
python -m pip install -r $(REPO_DIR)\src\bindings\python\requirements.txt
|
||||
rem For running Paddle frontend unit tests
|
||||
python -m pip install -r $(REPO_DIR)\src\core\tests\frontend\paddle\requirements_dev.txt
|
||||
python -m pip install -r $(REPO_DIR)\src\frontends\paddle\tests\requirements.txt
|
||||
rem For running ONNX frontend unit tests
|
||||
python -m pip install -r $(REPO_DIR)\src\frontends\onnx\tests\requirements.txt
|
||||
rem For MO unit tests
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
# PaddlePaddle - generate test models
|
||||
paddlepaddle==2.3.2
|
||||
gast==0.3.3
|
||||
numpy>=1.16.6,<=1.23.1
|
||||
six~=1.15.0
|
||||
protobuf>=3.18.1,<4.0.0
|
||||
Reference in New Issue
Block a user