Skip to content

Commit

Permalink
Update tensorflow requirement in /tests
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@v2.5.0...v2.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 12, 2024
1 parent ff6795e commit 9dc8b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +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.16.0
tensorflow>=2.5,<2.18.0
test-generator==0.1.2
requests>=2.25.1
opencv-python>=4.5
Expand Down

0 comments on commit 9dc8b23

Please sign in to comment.