Skip to content

Commit

Permalink
Merge pull request #42 from nomad-coe/update-mdanalysis
Browse files Browse the repository at this point in the history
Update mdanalysis
  • Loading branch information
Bernadette-Mohr authored Jan 27, 2025
2 parents 3a3365d + 5681229 commit 56d47b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ license = { text = "Apache-2.0" }
dependencies = [
"nomad-lab>=1.3.6.dev1",
"nomad-schema-plugin-run>=1.0.1",
"mdanalysis>=2.7.0,<3.0.0",
"mdanalysis>=2.8.0,<3.0.0 ; python_full_version >= '3.10'",
"mdanalysis<2.8 ; python_full_version < '3.10'",
"scipy>=1.7.1",
"networkx>=2.6.3",
]
Expand Down

0 comments on commit 56d47b3

Please sign in to comment.