Skip to content

Commit 8b5cab5

Browse files
drymancopybara-github
authored andcommitted
Update dependency chains
PiperOrigin-RevId: 819807404
1 parent bfa8b73 commit 8b5cab5

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

MODULE.bazel

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ module(
2121
repo_name = "com_google_array_record",
2222
)
2323

24-
bazel_dep(name = "rules_proto", version = "7.0.2")
25-
bazel_dep(name = "rules_python", version = "0.37.0")
26-
bazel_dep(name = "platforms", version = "0.0.10")
27-
bazel_dep(name = "protobuf", version = "28.3")
28-
bazel_dep(name = "googletest", version = "1.15.2")
29-
bazel_dep(name = "abseil-cpp", version = "20240722.0")
24+
bazel_dep(name = "rules_proto", version = "7.1.0")
25+
bazel_dep(name = "rules_python", version = "1.4.1")
26+
bazel_dep(name = "platforms", version = "1.0.0")
27+
bazel_dep(name = "protobuf", version = "31.1")
28+
bazel_dep(name = "googletest", version = "1.17.0")
29+
bazel_dep(name = "abseil-cpp", version = "20250814.1")
3030
bazel_dep(name = "abseil-py", version = "2.1.0")
3131
bazel_dep(name = "eigen", version = "3.4.0.bcr.3")
32-
bazel_dep(name = "riegeli", version = "0.0.0-20241218-3385e3c")
32+
bazel_dep(name = "riegeli", version = "0.0.0-20250717-5b2e77e")
3333
bazel_dep(name = "pybind11_bazel", version = "2.12.0")
3434

3535
SUPPORTED_PYTHON_VERSIONS = [

oss/build_whl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function main() {
9090
$PYTHON_BIN -m pip install ${OUTPUT_DIR}/all_dist/array_record*.whl
9191
$PYTHON_BIN -c 'import array_record'
9292
$PYTHON_BIN -c 'from array_record.python import array_record_data_source'
93-
$PYTHON_BIN -m pip install jax tensorflow>=2.20.0 grain
93+
$PYTHON_BIN -m pip install jax tensorflow>=2.20.0 grain h5py
9494
$PYTHON_BIN oss/test_import_grain.py
9595
$PYTHON_BIN oss/test_import_tensorflow.py
9696
}

0 commit comments

Comments
 (0)