From 8b0f41e3d5ce961db5b9e1ae37e48fb3c2c72350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:24:12 +0000 Subject: [PATCH] Bump tensorflow from 2.11.0 to 2.12.1 in /rllib_contrib/maml Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.11.0 to 2.12.1. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.11.0...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow 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 bf6df70018fe..58a2def78cf8 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.12.1", "torch==1.12.0"] diff --git a/rllib_contrib/maml/requirements.txt b/rllib_contrib/maml/requirements.txt index f1191ef52412..2c50df363ca9 100644 --- a/rllib_contrib/maml/requirements.txt +++ b/rllib_contrib/maml/requirements.txt @@ -1,2 +1,2 @@ -tensorflow==2.11.0 +tensorflow==2.12.1 torch==1.12.0