Skip to content

Commit

Permalink
added ase in the requirements for the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranu committed May 17, 2024
1 parent 89d0932 commit 6ecdebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ requires-python = ">=3.9, <3.13"
dependencies = [
"numpy",
"geodesic-interpolate @ git+https://github.com/virtualzx-nad/geodesic-interpolate.git",
"ase @ git+https://gitlab.com/ase/ase.git",
"torch",
"pytest",
"pytest-cov",
Expand Down
1 change: 1 addition & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ pytest==7.4.4
pytest-cov==4.1.0
PyYAML==6.0.1
geodesic-interpolate @ git+https://github.com/virtualzx-nad/geodesic-interpolate.git
ase @ git+https://gitlab.com/ase/ase.git

0 comments on commit 6ecdebb

Please sign in to comment.