Skip to content

Commit 9ce83d9

Browse files
build(deps-dev): update tensorflow-cpu requirement
Updates the requirements on [tensorflow-cpu](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-cpu dependency-version: 2.20.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f95cb74 commit 9ce83d9

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
@@ -159,7 +159,7 @@ dev = [
159159
"mpich",
160160
]
161161
pin_tensorflow_cpu = [
162-
"tensorflow-cpu~=2.18.0",
162+
"tensorflow-cpu>=2.18,<2.21",
163163
]
164164
pin_tensorflow_gpu = [
165165
"tensorflow~=2.18.0",

0 commit comments

Comments
 (0)