diff --git a/pyproject.toml b/pyproject.toml index 53530ed0a998..e3db597e780d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ ci-base = [ ] ci-llvm-main = [{ include-group = "ci-base" }, "halide-llvm~=23.0.0.dev0"] -ci-llvm-22 = [{ include-group = "ci-base" }, "halide-llvm~=22.1.0rc0"] +ci-llvm-22 = [{ include-group = "ci-base" }, "halide-llvm~=22.1.0"] ci-llvm-21 = [{ include-group = "ci-base" }, "halide-llvm~=21.1.0"] ci-llvm-20 = [{ include-group = "ci-base" }, "halide-llvm~=20.1.0"] diff --git a/uv.lock b/uv.lock index 49e825a2d318..ede7c93bd81e 100644 --- a/uv.lock +++ b/uv.lock @@ -212,7 +212,7 @@ ci-llvm-21 = [ ] ci-llvm-22 = [ { name = "cmake", specifier = ">=3.28" }, - { name = "halide-llvm", specifier = "~=22.1.0rc0", index = "https://pypi.halide-lang.org/simple" }, + { name = "halide-llvm", specifier = "~=22.1.0", index = "https://pypi.halide-lang.org/simple" }, { name = "ninja", specifier = ">=1.11,!=1.13.0" }, { name = "onnx", specifier = "==1.18.0" }, { name = "pybind11", specifier = ">=2.11.1" },