Skip to content

Commit 136289e

Browse files
superbobryjax authors
authored andcommitted
Added filelock to py_deps
This should unblock #21394, which uses filelock in the compilation cache. PiperOrigin-RevId: 641338150
1 parent 7d913f7 commit 136289e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jaxlib/jax.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ _py_deps = {
6666
"cloudpickle": ["@pypi_cloudpickle//:pkg"],
6767
"colorama": ["@pypi_colorama//:pkg"],
6868
"epath": ["@pypi_etils//:pkg"], # etils.epath
69+
"filelock": ["@pypi_filelock//:pkg"],
6970
"flatbuffers": ["@pypi_flatbuffers//:pkg"],
7071
"hypothesis": ["@pypi_hypothesis//:pkg"],
7172
"importlib_metadata": get_importlib_metadata(),

0 commit comments

Comments
 (0)