Removed duplicated pdpd test requirement (#14083)

* Removed duplicated pdpd test requirement

* Fixed path in Azure CI Windows
This commit is contained in:
Ilya Lavrenov
2022-11-18 23:11:38 +04:00
committed by GitHub
parent c56cd93a28
commit ae32d0e5bf
2 changed files with 1 additions and 7 deletions

View File

@@ -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

View File

@@ -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