Skip to content

Commit d567a91

Browse files
Update protobuf requirement from <5.30.0,>=3.20.0 to >=3.20.0,<6.31.0
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...v6.30.2) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 452aa36 commit d567a91

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.7.0
88
tensorboard >2.2.0, !=2.5.0
9-
protobuf >=3.20.0, <5.30.0
9+
protobuf >=3.20.0, <6.31.0
1010
pytorch-tabnet ==4.1
1111
PyYAML >=5.4, <6.1.0
1212
# importlib-metadata <1,>=0.12

0 commit comments

Comments
 (0)