Skip to content

Commit

Permalink
Updated PET version
Browse files Browse the repository at this point in the history
  • Loading branch information
abmazitov committed Sep 26, 2024
1 parent 00307f6 commit 8772d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ alchemical-model = [
"torch_alchemical @ git+https://github.com/abmazitov/torch_alchemical.git@51ff519",
]
pet = [
"pet @ git+https://github.com/lab-cosmo/pet@8841021",
"pet @ git+https://github.com/lab-cosmo/pet@c442f32",
]
gap = [
"rascaline-torch @ git+https://github.com/luthaf/rascaline@d181b28#subdirectory=python/rascaline-torch",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ extras = pet
changedir = src/metatrain/experimental/pet/tests/
commands =
python -m pip uninstall -y pet
python -m pip install "pet @ git+https://github.com/lab-cosmo/pet@8841021" --no-build-isolation
python -m pip install "pet @ git+https://github.com/lab-cosmo/pet@c442f32" --no-build-isolation
pytest {posargs}

[testenv:gap-tests]
Expand Down

0 comments on commit 8772d4c

Please sign in to comment.