Skip to content

Commit

Permalink
Update tensorflow requirement from <=2.15.0 to <=2.15.0.post1
Browse files Browse the repository at this point in the history
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:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 8bc43de commit 797dc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def parse_requirements(file_path: Path):
'export': [
'coremltools>=7.0',
'openvino-dev>=2023.0',
'tensorflow<=2.15.0',
'tensorflow<=2.15.0.post1',
'tensorflowjs', # automatically installs tensorflow
], },
classifiers=[
Expand Down

0 comments on commit 797dc23

Please sign in to comment.