From f06fd34d4a575b40bfb4ba9fef32a5f72f9ef43a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:24:18 +0000 Subject: [PATCH] Bump torch from 1.12.0 to 2.2.0 in /rllib_contrib/maml Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.0 to 2.2.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v1.12.0...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rllib_contrib/maml/pyproject.toml | 2 +- rllib_contrib/maml/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rllib_contrib/maml/pyproject.toml b/rllib_contrib/maml/pyproject.toml index bf6df70018fe6..c1106e4bde603 100644 --- a/rllib_contrib/maml/pyproject.toml +++ b/rllib_contrib/maml/pyproject.toml @@ -15,4 +15,4 @@ requires-python = ">=3.7, <3.11" dependencies = ["gymnasium[mujoco]==0.26.3", "higher", "ray[rllib]==2.3.1"] [project.optional-dependencies] -development = ["pytest>=7.2.2", "pre-commit==2.21.0", "tensorflow==2.11.0", "torch==1.12.0"] +development = ["pytest>=7.2.2", "pre-commit==2.21.0", "tensorflow==2.11.0", "torch==2.2.0"] diff --git a/rllib_contrib/maml/requirements.txt b/rllib_contrib/maml/requirements.txt index f1191ef524126..8c555f5c04472 100644 --- a/rllib_contrib/maml/requirements.txt +++ b/rllib_contrib/maml/requirements.txt @@ -1,2 +1,2 @@ tensorflow==2.11.0 -torch==1.12.0 +torch==2.2.0