Skip to content

Commit 13952ff

Browse files
Update tensorflow requirement from <=2.19.0,>=2.0.0 to >=2.0.0,<=2.20.0
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.0.0...v2.20.0) --- updated-dependencies: - dependency-name: tensorflow dependency-version: 2.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85acef3 commit 13952ff

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
@@ -98,7 +98,7 @@ export = [
9898
"onnx>=1.12.0", # ONNX export
9999
"coremltools>=7.0; platform_system != 'Windows'", # CoreML only supported on macOS and Linux
100100
"openvino-dev>=2023.0", # OpenVINO export
101-
"tensorflow>=2.0.0,<=2.19.0", # TF bug https://github.com/ultralytics/ultralytics/issues/5161
101+
"tensorflow>=2.0.0,<=2.20.0", # TF bug https://github.com/ultralytics/ultralytics/issues/5161
102102
"tensorflowjs>=3.9.0", # TF.js export, automatically installs tensorflow
103103
]
104104
# tensorflow>=2.4.1,<=2.13.1 # TF exports (-cpu, -aarch64, -macos)

0 commit comments

Comments
 (0)