From b40a3ed11ed7c321fd2e1e000d62073cc6821e1c Mon Sep 17 00:00:00 2001 From: DavideTisi Date: Thu, 21 Nov 2024 15:06:40 +0100 Subject: [PATCH] change cosmo-pet commit dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4d514327e..e133f3489 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ alchemical-model = [ "torch_alchemical @ git+https://github.com/abmazitov/torch_alchemical.git@51ff519", ] pet = [ - "pet @ git+https://github.com/lab-cosmo/pet@ee90692", + "pet @ git+https://github.com/lab-cosmo/pet@4b48a13721e51f699755a8d93b432e284683125d", ] gap = [ "rascaline-torch @ git+https://github.com/luthaf/rascaline@5326b6e#subdirectory=python/rascaline-torch",