Skip to content

Commit e7389b7

Browse files
build(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.18.0...v2.20.0) --- updated-dependencies: - dependency-name: tensorflow dependency-version: 2.20.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f95cb74 commit e7389b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ pin_tensorflow_cpu = [
162162
"tensorflow-cpu~=2.18.0",
163163
]
164164
pin_tensorflow_gpu = [
165-
"tensorflow~=2.18.0",
165+
"tensorflow>=2.18,<2.21",
166166
]
167167
pin_pytorch_cpu = [
168168
"torch~=2.8.0",

0 commit comments

Comments
 (0)