From eeb27d5bbf902696fb5c2c9e9407e83f6760cc20 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Date: Wed, 19 Feb 2025 14:47:30 -0300 Subject: [PATCH] Set py-leap to remote dep again --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 85db43c..1262af3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,8 +77,8 @@ 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 = { path = "../py-leap", editable = true } +py-leap = { git = "https://github.com/guilledk/py-leap.git", branch = "struct_unwrap" } +# py-leap = { path = "../py-leap", editable = true } pytest-dockerctl = { git = "https://github.com/pikers/pytest-dockerctl.git", branch = "g_update" } [build-system]