Skip to content

Commit

Permalink
Update tensorflow requirement from <=2.13.1 to <=2.14.0
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](tensorflow/tensorflow@tflite-v0.1.7...v2.14.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent e5e0749 commit 7c5dba7
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.13.1',
'tensorflow<=2.14.0',
'tensorflowjs', # automatically installs tensorflow
], },
classifiers=[
Expand Down

0 comments on commit 7c5dba7

Please sign in to comment.