Skip to content

Commit 01d32f6

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 3ceb9cf commit 01d32f6

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
@@ -163,7 +163,7 @@ pin_tensorflow_cpu = [
163163
# https://github.com/tensorflow/tensorflow/issues/75279
164164
# macos x86 has been deprecated
165165
"tensorflow-cpu>=2.18,<2.21; platform_machine=='x86_64' and platform_system == 'Linux'",
166-
"tensorflow~=2.18.0; (platform_machine!='x86_64' or platform_system != 'Linux') and (platform_machine!='x86_64' or platform_system != 'Darwin')",
166+
"tensorflow>=2.18,<2.21; (platform_machine!='x86_64' or platform_system != 'Linux') and (platform_machine!='x86_64' or platform_system != 'Darwin')",
167167
"tensorflow; platform_machine=='x86_64' and platform_system == 'Darwin'",
168168
]
169169
pin_tensorflow_gpu = [

0 commit comments

Comments
 (0)