Skip to content

Commit 900a126

Browse files
dependabot[bot]UltralyticsAssistantglenn-jocher
authored
Update tensorflow requirement from <=2.16.1 to <=2.16.2 (#13155)
* Update tensorflow requirement from <=2.16.1 to <=2.16.2 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/v2.16.2/RELEASE.md) - [Commits](tensorflow/tensorflow@tflite-v0.1.7...v2.16.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update pyproject.toml Signed-off-by: Glenn Jocher <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Glenn Jocher <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ultralytics Assistant <[email protected]> Co-authored-by: Glenn Jocher <[email protected]>
1 parent 40f490d commit 900a126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export = [
9999
"onnx>=1.12.0", # ONNX export
100100
"coremltools>=7.0; platform_system != 'Windows'", # CoreML only supported on macOS and Linux
101101
"openvino-dev>=2023.0", # OpenVINO export
102-
"tensorflow<=2.16.1", # TF bug https://github.com/ultralytics/ultralytics/issues/5161
102+
"tensorflow>=2.0.0", # TF bug https://github.com/ultralytics/ultralytics/issues/5161
103103
"tensorflowjs>=3.9.0", # TF.js export, automatically installs tensorflow
104104
]
105105
# tensorflow>=2.4.1,<=2.13.1 # TF exports (-cpu, -aarch64, -macos)

0 commit comments

Comments
 (0)