Skip to content

Commit

Permalink
Use tagged ASE
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Feb 16, 2024
1 parent 37b2958 commit 059a9c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ pre-commit install # install pre-commit hooks
pytest -v # discover and run all tests
```

Manually updating ASE via https://gitlab.com/ase/ase is strongly recommended, as tags are no longer regularly published.

## License

[BSD 3-Clause License](LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ documentation = "https://stfc.github.io/janus-core/"

[tool.poetry.dependencies]
python = "^3.9"
ase = { git = "https://gitlab.com/ase/ase.git", rev = "d255dbe1" }
ase = "^3.22.1"
mace-torch = "^0.3.4"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 059a9c2

Please sign in to comment.