Skip to content

Commit

Permalink
Update tensorflow requirement from <=2.16.1 to <=2.16.2 (#13155)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Jul 8, 2024
1 parent 40f490d commit 900a126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export = [
"onnx>=1.12.0", # ONNX export
"coremltools>=7.0; platform_system != 'Windows'", # CoreML only supported on macOS and Linux
"openvino-dev>=2023.0", # OpenVINO export
"tensorflow<=2.16.1", # TF bug https://github.com/ultralytics/ultralytics/issues/5161
"tensorflow>=2.0.0", # TF bug https://github.com/ultralytics/ultralytics/issues/5161
"tensorflowjs>=3.9.0", # TF.js export, automatically installs tensorflow
]
# tensorflow>=2.4.1,<=2.13.1 # TF exports (-cpu, -aarch64, -macos)
Expand Down

0 comments on commit 900a126

Please sign in to comment.