From c812019954e6284bef126883cde754f487f4507a Mon Sep 17 00:00:00 2001 From: gufengc Date: Tue, 30 Sep 2025 12:57:38 +0800 Subject: [PATCH] use lattica 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6355741..e92a16ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "protobuf==6.31.1", "dijkstar==2.6.0", "huggingface-hub", - "lattica @ git+https://github.com/GradientHQ/lattica.git#subdirectory=bindings/python", + "lattica==1.0.0", ] [project.scripts]