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:
parent
b3ead62631
commit
df55e282e3
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user