From 9f302c621399db3c7f606dc0c88516a5d4ab5b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 07:57:01 +0000 Subject: [PATCH] chore(deps-dev): update tensorflow requirement Updates the requirements on [tensorflow](https://github.com/tensorflow/tensorflow) to permit the latest version. - [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.5.0...v2.12.0) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5d630d7..7f068fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -69,7 +69,7 @@ neural_tangents = jax <= 0.2.12 neural_tangents < 0.6.0 gpflow = - tensorflow >= 2.5, < 2.9 + tensorflow >= 2.5, < 2.13 tensorflow-probability >= 0.12, < 0.13 gpflow >= 2.2.0, < 2.6.0 botorch = @@ -82,7 +82,7 @@ all = jaxlib <= 0.1.65 jax <= 0.2.12 neural_tangents < 0.6.0 - tensorflow >= 2.5, < 2.9 + tensorflow >= 2.5, < 2.13 tensorflow-probability >= 0.12, < 0.13 gpflow >= 2.2.0, < 2.6.0 torch