Skip to content

Commit

Permalink
Relaxed python version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernadette-Mohr committed Dec 4, 2024
1 parent b1955ef commit a04cbad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ dependencies = [
"nomad-schema-plugin-run>=1.0.1",
"nomad-parser-plugins-simulation>=1.0.2",
"lxml>=5.2",
"mdanalysis>=2.8.0,<3.0.0",
"mdanalysis==2.8 ; python_full_version >= '3.10'",
"mdanalysis<2.8 ; python_full_version < '3.10'",
# "mdanalysis>=2.8.0,<3.0.0",
"panedr>=0.2",
"scipy>=1.7.1",
"pydantic>=1.10.8,<2.0.0",
Expand Down

0 comments on commit a04cbad

Please sign in to comment.