Skip to content

Commit

Permalink
Fixing deps in toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikibonacci committed Dec 7, 2024
1 parent 7249eca commit fbb0075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requires-python = ">=3.8"
dependencies = [
"aiida-vibroscopy>=1.0.2",
"aiida-phonopy>=1.1.3",
"phonopy=2.25.0",
"phonopy==2.25.0",
"pre-commit",
"euphonic",
"kaleido",
Expand Down

0 comments on commit fbb0075

Please sign in to comment.