Update tensorflow requirement in /src/bindings/python (#20372)

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/compare/v1.15.5...v2.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Ilya Lavrenov 2023-10-11 02:18:14 +04:00 committed by GitHub
parent b3ead62631
commit df55e282e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@ scipy>=1.11.1; python_version >= "3.9"
wheel>=0.38.1
defusedxml>=0.7.1
fastjsonschema~=2.17.1
tensorflow>=2.5,<2.14.0
test-generator==0.1.2
requests>=2.25.1
opencv-python>=4.5

View File

@ -1,5 +1,5 @@
-c ../constraints.txt
tensorflow>=1.15.5,<2.13.0
tensorflow>=1.15.5,<2.14.0
numpy>=1.16.6,<1.26
networkx
defusedxml

View File

@ -1,5 +1,5 @@
-c ../constraints.txt
tensorflow>=2.5,<2.13.0
tensorflow>=2.5,<2.14.0
numpy>=1.16.6,<1.26
networkx
defusedxml