Skip to content

Commit

Permalink
Pin rascaline version, limit metatensor version
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCentauri committed Mar 5, 2024
1 parent 4b8ab69 commit 4bf3107
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ dependencies = [
"ase",
"torch",
"hydra-core",
"rascaline-torch @ git+https://github.com/luthaf/rascaline#subdirectory=python/rascaline-torch",
"metatensor-core",
"metatensor-operations",
"metatensor-torch",
"metatensor-learn",
"rascaline-torch @ git+https://github.com/luthaf/rascaline@5ac2ee9#subdirectory=python/rascaline-torch",
"metatensor-core ==0.1",
"metatensor-operations ==0.2",
"metatensor-torch ==0.2",
"metatensor-learn ==0.1",
]

keywords = ["machine learning", "molecular modeling"]
Expand Down

0 comments on commit 4bf3107

Please sign in to comment.