Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tensorflow requirement from <=2.13.1 to <=2.15.0.post1 #2169

Merged
merged 2 commits into from
Jan 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

Updates the requirements on tensorflow to permit the latest version.

Changelog

Sourced from tensorflow's changelog.

Release 2.15.0.post1

TensorFlow

Bug Fixes and Other Changes

  • Hot-fix was needed for an issue affecting the TensorFlow installation process.
    • TensorFlow 2.15.0 Python package was requesting tensorrt-related packages that cannot be found unless the user installs them beforehand or provides additional installation flags.
    • This dependency affected anyone installing TensorFlow 2.15 alongside NVIDIA CUDA dependencies via pip install tensorflow[and-cuda].
    • Depending on the installation method, TensorFlow 2.14 would be installed instead of 2.15, or users could receive an installation error due to those missing dependencies.
  • TensorFlow 2.15.0.post1 is being released for Linux x86_64 to resolve this issue as quickly as possible.
    • This version removes the tensorrt Python package dependencies from the tensorflow[and-cuda] installation method to ensure pip install tensorflow[and-cuda] works as originally intended for TensorFlow 2.15.
    • Support for TensorRT is otherwise unaffected as long as TensorRT is already installed on the system.
  • Using .post1 instead of a full minor release allowed us to push this release out quickly. However, please note the following caveat:
    • For users wishing to pin their Python dependency in a requirements file or other situation, under Python's version specification rules, tensorflow[and-cuda]==2.15.0 will not install this fixed version. Please use ==2.15.0.post1 to specify this exact version on Linux platforms, or a fuzzy version specification, such as ==2.15.*, to specify the most recent compatible version of TensorFlow 2.15 on all platforms.

Release 2.15.0

TensorFlow

Breaking Changes

  • tf.types.experimental.GenericFunction has been renamed to tf.types.experimental.PolymorphicFunction.

Known Caveats

Major Features and Improvements

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Updated TensorFlow version constraint in pyproject.toml for Ultralytics YOLOv3 repository.

📊 Key Changes

  • TensorFlow version upper limit changed from <=2.13.1 to <=2.15.0.post1.

🎯 Purpose & Impact

  • 🚀 Purpose: To enable the use of a newer TensorFlow version with YOLOv3, presumably after confirming compatibility or resolving earlier issues.
  • Impact: Users can now leverage improvements and bug fixes from newer TensorFlow releases, potentially enhancing model performance or providing access to newer features.

@dependabot dependabot bot added the dependencies Dependencies and packages label Jan 8, 2024
@dependabot dependabot bot requested a review from glenn-jocher January 8, 2024 04:21
@dependabot dependabot bot force-pushed the dependabot/pip/tensorflow-lte-2.15.0.post1 branch from 8bcf216 to 57a3184 Compare January 16, 2024 23:04
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](https://github.com/tensorflow/tensorflow/commits)

---
updated-dependencies:
- dependency-name: tensorflow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/tensorflow-lte-2.15.0.post1 branch from 57a3184 to fde1f82 Compare January 16, 2024 23:04
@glenn-jocher glenn-jocher merged commit a11f1d5 into master Jan 17, 2024
7 checks passed
@glenn-jocher glenn-jocher deleted the dependabot/pip/tensorflow-lte-2.15.0.post1 branch January 17, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies and packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant