From 5396ca01296a874cdd09de01ec5a83ee8d48e215 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sat, 4 Jul 2026 20:36:40 -0400 Subject: [PATCH] chore: sync uv.lock with the numba>=0.57 pin from #340 The pin was added to pyproject.toml in 93b5f4f without regenerating the lockfile, so every `uv sync` since has dirtied uv.lock in the working tree. Regenerated with `uv lock`; `uv lock --check` now passes. Co-Authored-By: Claude Fable 5 --- uv.lock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uv.lock b/uv.lock index 88aa6b82..1d1bb1ca 100644 --- a/uv.lock +++ b/uv.lock @@ -1737,6 +1737,7 @@ dependencies = [ { name = "jinja2" }, { name = "networkx", version = "3.4.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" }, { name = "networkx", version = "3.6.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" }, + { name = "numba" }, { name = "numpy", version = "2.2.6", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" }, { name = "numpy", version = "2.4.6", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" }, { name = "open-clip-torch" }, @@ -1792,6 +1793,7 @@ requires-dist = [ { name = "mkdocs", marker = "extra == 'development'", specifier = "<1.6" }, { name = "mkdocs-material", marker = "extra == 'development'" }, { name = "networkx" }, + { name = "numba", specifier = ">=0.57" }, { name = "numpy" }, { name = "open-clip-torch" }, { name = "packaging" },