Skip to content

Commit

Permalink
make allegro optional
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed Aug 8, 2024
1 parent f9baf14 commit a495c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
mir-allegro = { git = "https://github.com/mir-group/allegro.git"}
nequip = "^0.5.6"
ipsuite = "^0.1.3"


[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"
mir-allegro = { git = "https://github.com/mir-group/allegro.git"}

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit a495c40

Please sign in to comment.