From ecf21be7c86079cf11301e0b2d9e1417db4ae628 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Date: Thu, 20 Feb 2025 14:58:44 -0300 Subject: [PATCH] Update and pin py-leap --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a99e121..8f266e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ explicit = true torch = { index = "torch" } triton = { index = "torch" } torchvision = { index = "torch" } -py-leap = { git = "https://github.com/guilledk/py-leap.git", branch = "struct_unwrap" } +py-leap = { git = "https://github.com/guilledk/py-leap.git", rev = "v0.1a35" } pytest-dockerctl = { git = "https://github.com/pikers/pytest-dockerctl.git", branch = "g_update" } [build-system]