From 1d4638eaf036b13aae1d95b38fc9648bb10c8402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:17:03 +0000 Subject: [PATCH] Bump tensorflow from 2.11.1 to 2.12.1 in /requirements Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.11.1 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.1...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/baselines.txt | 2 +- requirements/ray.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/baselines.txt b/requirements/baselines.txt index 1b7646a..464bebf 100644 --- a/requirements/baselines.txt +++ b/requirements/baselines.txt @@ -3,6 +3,6 @@ pandas==1.3.5 scipy==1.10.0 matplotlib==3.2.1 gym==0.15.7 -tensorflow==2.11.1 +tensorflow==2.12.1 mpi4py==3.1.3 -e git+https://github.com/openai/baselines.git@tf2#egg=baselines diff --git a/requirements/ray.txt b/requirements/ray.txt index 200bc5e..a933f80 100644 --- a/requirements/ray.txt +++ b/requirements/ray.txt @@ -2,7 +2,7 @@ numpy==1.24.1 pandas==1.3.5 scipy==1.10.0 matplotlib==3.2.1 -tensorflow==2.11.1 +tensorflow==2.12.1 gym==0.21.0 ray[rllib]==1.12.1 ray[default]==1.12.1