tflite-micro/python
Ryan Kuester e6a8627f4e
fix(pypi): repair wheel build for bzlmod (#3653)
Repair the nightly PyPI wheel build, broken since the bzlmod
migration deleted the WORKSPACE file. The build script looked for
that file to find the top of the source tree, and died. The build
image's bazelisk, 1.18.0, likewise recognized only WORKSPACE as
the tree-top marker, so it never found .bazelversion and ran the
latest bazel release instead of the pinned 8.7.0.

Find the tree top by the MODULE.bazel file instead, and bump
bazelisk to 1.29.0, which recognizes MODULE.bazel, finds
.bazelversion, and runs the pinned bazel.
2026-08-11 14:53:45 +00:00
..
tests Bazel Module (#3364) 2026-02-11 14:11:47 -08:00
tflite_micro fix(pypi): repair wheel build for bzlmod (#3653) 2026-08-11 14:53:45 +00:00
BUILD Bazel Module (#3364) 2026-02-11 14:11:47 -08:00
numpy_cc_targets.bzl Bazel Module (#3364) 2026-02-11 14:11:47 -08:00
py_namespace.bzl
py_rules.bzl Format (#3577) 2026-05-27 06:39:06 -07:00
python_requirements.in No tensorflow 2 (#3548) 2026-05-06 21:17:46 +00:00
python_requirements_3_10.txt No tensorflow 2 (#3548) 2026-05-06 21:17:46 +00:00
python_requirements_3_11.txt No tensorflow 2 (#3548) 2026-05-06 21:17:46 +00:00
python_requirements_3_12.txt No tensorflow 2 (#3548) 2026-05-06 21:17:46 +00:00
python_requirements_3_13.txt No tensorflow 2 (#3548) 2026-05-06 21:17:46 +00:00
tensorflow_cc_targets.bzl Bazel Module (#3364) 2026-02-11 14:11:47 -08:00