Dependabot/pip/src/bindings/python/paddlepaddle 2.5.2 (#20708)
* Bump paddlepaddle from 2.5.1 to 2.5.2 in /src/bindings/python Bumps [paddlepaddle](https://github.com/paddlepaddle/paddle) from 2.5.1 to 2.5.2. - [Release notes](https://github.com/paddlepaddle/paddle/releases) - [Changelog](https://github.com/PaddlePaddle/Paddle/blob/develop/RELEASE.md) - [Commits](https://github.com/paddlepaddle/paddle/compare/v2.5.1...v2.5.2) --- updated-dependencies: - dependency-name: paddlepaddle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Removed WA for Ubuntu 22.04 and PDPD --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
941a4ffbad
commit
03cac2393e
@ -243,7 +243,7 @@ jobs:
|
|||||||
- script: call $(SETUPVARS) && $(INSTALL_TEST_DIR)\ov_onnx_frontend_tests --gtest_print_time=1 --gtest_filter=-*IE_GPU* --gtest_output=xml:$(INSTALL_TEST_DIR)\TEST-ONNXFrontend.xml
|
- script: call $(SETUPVARS) && $(INSTALL_TEST_DIR)\ov_onnx_frontend_tests --gtest_print_time=1 --gtest_filter=-*IE_GPU* --gtest_output=xml:$(INSTALL_TEST_DIR)\TEST-ONNXFrontend.xml
|
||||||
displayName: 'ONNX Frontend Tests'
|
displayName: 'ONNX Frontend Tests'
|
||||||
|
|
||||||
# TODO Reenable PDPD after paddlepaddle==2.5.1 with compliant protobuf is released (ticket 95904)
|
# TODO Reenable PDPD after paddlepaddle==2.5.2 with compliant protobuf is released (ticket 95904)
|
||||||
- script: call $(SETUPVARS) && $(INSTALL_TEST_DIR)\paddle_tests --gtest_print_time=1 --gtest_output=xml:$(INSTALL_TEST_DIR)\TEST-Paddle.xml
|
- script: call $(SETUPVARS) && $(INSTALL_TEST_DIR)\paddle_tests --gtest_print_time=1 --gtest_output=xml:$(INSTALL_TEST_DIR)\TEST-Paddle.xml
|
||||||
displayName: 'Paddle Frontend UT'
|
displayName: 'Paddle Frontend UT'
|
||||||
enabled: 'false'
|
enabled: 'false'
|
||||||
|
@ -116,9 +116,6 @@ jobs:
|
|||||||
|
|
||||||
# For running Paddle frontend unit tests
|
# For running Paddle frontend unit tests
|
||||||
python3 -m pip install -r ${OPENVINO_REPO}/src/frontends/paddle/tests/requirements.txt
|
python3 -m pip install -r ${OPENVINO_REPO}/src/frontends/paddle/tests/requirements.txt
|
||||||
# see https://github.com/PaddlePaddle/Paddle/issues/55597#issuecomment-1718131420
|
|
||||||
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
|
|
||||||
apt-get install ./libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Build
|
# Build
|
||||||
|
@ -16,7 +16,7 @@ patchelf<=0.17.2.1
|
|||||||
|
|
||||||
# Frontends
|
# Frontends
|
||||||
docopt~=0.6.2
|
docopt~=0.6.2
|
||||||
paddlepaddle==2.5.1
|
paddlepaddle==2.5.2
|
||||||
tensorflow>=1.15.5,<2.15.0
|
tensorflow>=1.15.5,<2.15.0
|
||||||
six~=1.16.0
|
six~=1.16.0
|
||||||
protobuf>=3.18.1,<4.0.0
|
protobuf>=3.18.1,<4.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user