Skip to content

Commit

Permalink
Update tensorflow requirement in /src/bindings/python
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@v1.15.5...v2.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 12, 2024
1 parent e7b0072 commit aeeadbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/python/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ patchelf<=0.17.2.1
h5py>=3.1.0,<3.12.0
docopt~=0.6.2
paddlepaddle==2.6.0
tensorflow>=1.15.5,<2.17.0
tensorflow>=1.15.5,<2.18.0
six~=1.16.0
protobuf>=3.18.1,<4.0.0
onnx==1.15.0

0 comments on commit aeeadbf

Please sign in to comment.