Skip to content

Commit de60f5f

Browse files
Update protobuf requirement from <5.29.0,>=3.20.0 to >=3.20.0,<5.30.0 (#516)
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.20.0...v5.29.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0730584 commit de60f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pytorch-lightning >=2.0.0, <2.5.0
66
omegaconf >=2.3.0
77
torchmetrics >=0.10.0, <1.6.0
88
tensorboard >2.2.0, !=2.5.0
9-
protobuf >=3.20.0, <5.29.0
9+
protobuf >=3.20.0, <5.30.0
1010
pytorch-tabnet ==4.1
1111
PyYAML >=5.4, <6.1.0
1212
# importlib-metadata <1,>=0.12

0 commit comments

Comments
 (0)