Skip to content

Commit 610000b

Browse files
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](tensorflow/tensorflow@v2.5.0...v2.18.0) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c0b3ab0 commit 610000b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ neural_tangents =
6969
jax <= 0.2.12
7070
neural_tangents < 0.6.0
7171
gpflow =
72-
tensorflow >= 2.5, < 2.9
72+
tensorflow >= 2.5, < 2.19
7373
tensorflow-probability >= 0.12, < 0.13
7474
gpflow >= 2.2.0, < 2.6.0
7575
botorch =
@@ -82,7 +82,7 @@ all =
8282
jaxlib <= 0.1.65
8383
jax <= 0.2.12
8484
neural_tangents < 0.6.0
85-
tensorflow >= 2.5, < 2.9
85+
tensorflow >= 2.5, < 2.19
8686
tensorflow-probability >= 0.12, < 0.13
8787
gpflow >= 2.2.0, < 2.6.0
8888
torch

0 commit comments

Comments
 (0)