Skip to content

Commit c72b9d5

Browse files
Update tensorflow requirement in /src/bindings/python
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.21.0) --- updated-dependencies: - dependency-name: tensorflow dependency-version: 2.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f59c960 commit c72b9d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bindings/python/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ packaging>=22.0
2020
h5py>=3.1.0,<3.16.0
2121
docopt~=0.6.2
2222
paddlepaddle==3.0.0
23-
tensorflow>=1.15.5,<2.21.0
23+
tensorflow>=1.15.5,<2.22.0
2424
protobuf>=3.21.12,<7.0.0
2525
onnx==1.18.0

0 commit comments

Comments
 (0)