Skip to content

Commit

Permalink
build: disallow mdtraj version 1.9.6
Browse files Browse the repository at this point in the history
A bugfix in this version introduced another bug which prevented reading
GRO files with non-standard residue names
  • Loading branch information
jag1g13 committed Aug 14, 2021
1 parent f4d68c5 commit d835dff
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 @@ -34,7 +34,7 @@ numpy = [
]
cython = "^0.29.21"
astunparse = "1.6.2" # See https://github.com/mdtraj/mdtraj/issues/1613
mdtraj = "^1.9.5"
mdtraj = "^1.9.5, !=1.9.6"
rich = "^9.2.0"
mdplus = { version = "^0.0.5", optional = true }

Expand Down

0 comments on commit d835dff

Please sign in to comment.