Compare commits

..

2 Commits

Author SHA1 Message Date
Guillermo Rodriguez 32be9259c5
Merge ecf21be7c8 into 868e2489b3 2025-02-20 17:58:57 +00:00
Guillermo Rodriguez ecf21be7c8
Update and pin py-leap 2025-02-20 14:58:44 -03:00
1 changed files with 1 additions and 1 deletions

View File

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