Skip to content

Commit cf77399

Browse files
Update tensorflow requirement in /tests
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@v2.5.0...v2.17.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb7f0e7 commit cf77399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sympy>=1.10
1212
wheel>=0.38.1
1313
defusedxml>=0.7.1
1414
fastjsonschema~=2.17.1
15-
tensorflow>=2.5,<2.17.0
15+
tensorflow>=2.5,<2.18.0
1616
requests>=2.25.1
1717
opencv-python>=4.5
1818
paddlepaddle==2.6.1

0 commit comments

Comments
 (0)