Skip to content

Commit

Permalink
Added filelock to py_deps
Browse files Browse the repository at this point in the history
This should unblock #21394, which uses filelock in the compilation cache.

PiperOrigin-RevId: 641310140
  • Loading branch information
superbobry authored and jax authors committed Jun 7, 2024
1 parent af90464 commit c30037e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jaxlib/jax.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ _py_deps = {
"cloudpickle": ["@pypi_cloudpickle//:pkg"],
"colorama": ["@pypi_colorama//:pkg"],
"epath": ["@pypi_etils//:pkg"], # etils.epath
"filelock": ["@pypi_filelock//:pkg"],
"flatbuffers": ["@pypi_flatbuffers//:pkg"],
"hypothesis": ["@pypi_hypothesis//:pkg"],
"importlib_metadata": get_importlib_metadata(),
Expand Down

0 comments on commit c30037e

Please sign in to comment.