Skip to content

Commit 5b16574

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.20.0) --- updated-dependencies: - dependency-name: tensorflow dependency-version: 2.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e77c28 commit 5b16574

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.14.0
2121
docopt~=0.6.2
2222
paddlepaddle==2.6.2
23-
tensorflow>=1.15.5,<2.20.0
23+
tensorflow>=1.15.5,<2.21.0
2424
protobuf>=3.18.1,<7.0.0
2525
onnx==1.17.0

0 commit comments

Comments
 (0)