Skip to content

Commit

Permalink
[PYDF] Pin PYDF version
Browse files Browse the repository at this point in the history
This might resolve some compatibility issues, e.g. #79

PiperOrigin-RevId: 615051068
  • Loading branch information
rstz authored and copybara-github committed Mar 12, 2024
1 parent 1d37004 commit 6efd44c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions third_party/protobuf/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
def deps():
PROTOBUF_VERSION = "24.3"
PROTOBUF_SHA = "07d69502e58248927b58c7d7e7424135272ba5b2852a753ab6b67e62d2d29355"

http_archive(
name = "com_google_protobuf",
urls = [" https://github.com/protocolbuffers/protobuf/archive/v{version}.tar.gz".format(version = PROTOBUF_VERSION)],
Expand Down
2 changes: 1 addition & 1 deletion yggdrasil_decision_forests/port/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy
absl-py
protobuf>=3.14
protobuf==4.24.3

0 comments on commit 6efd44c

Please sign in to comment.