From 96c016158529fdea15d5dcc8ce5bb64d7f545c9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 04:10:46 +0000 Subject: [PATCH] Bump paddlepaddle in /examples/tutorials/parl2_dygraph Bumps [paddlepaddle](https://github.com/paddlepaddle/paddle) from 2.2.0 to 2.6.1. - [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.2.0...v2.6.1) --- updated-dependencies: - dependency-name: paddlepaddle dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/tutorials/parl2_dygraph/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorials/parl2_dygraph/requirements.txt b/examples/tutorials/parl2_dygraph/requirements.txt index 5d44fd895..fd2bcb71f 100644 --- a/examples/tutorials/parl2_dygraph/requirements.txt +++ b/examples/tutorials/parl2_dygraph/requirements.txt @@ -1,5 +1,5 @@ # requirements for tutorials (paddle dygraph version) -paddlepaddle==2.2.0 +paddlepaddle==2.6.1 parl==2.0.3 gym==0.18.0 atari-py==0.2.6