Set py-leap to remote dep again

frontend_abc
Guillermo Rodriguez 2025-02-19 14:47:30 -03:00
parent 239fb59431
commit eeb27d5bbf
No known key found for this signature in database
GPG Key ID: 002CC5F1E6BDA53E
1 changed files with 2 additions and 2 deletions

View File

@ -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]