From 1c80b364d26dde8f69313d04cecfb9ae66970019 Mon Sep 17 00:00:00 2001 From: Peter Hawkins Date: Wed, 6 Dec 2023 12:12:15 -0500 Subject: [PATCH] Remove stale reference to _site_initialize_0 in wheel build script. --- jaxlib/tools/build_wheel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jaxlib/tools/build_wheel.py b/jaxlib/tools/build_wheel.py index 4d4e1a96a..948559fc1 100644 --- a/jaxlib/tools/build_wheel.py +++ b/jaxlib/tools/build_wheel.py @@ -316,7 +316,6 @@ def prepare_wheel(sources_path: pathlib.Path, *, cpu, include_gpu_plugin_extensi f"__main__/jaxlib/mlir/_mlir_libs/_mlirSparseTensorPasses.{pyext}", f"__main__/jaxlib/mlir/_mlir_libs/_tpu_ext.{pyext}", f"__main__/jaxlib/mlir/_mlir_libs/_stablehlo.{pyext}", - f"__main__/jaxlib/mlir/_mlir_libs/_site_initialize_0.{pyext}", ], )