Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mdtraj 1.10 incompatibility #612

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

tjmier
Copy link
Contributor

@tjmier tjmier commented Jun 24, 2024

Description:
Pinning mdtraj version between >=1.9.3, <1.10 in environment.yml to address compatibility issues. mdtraj 1.10 was recently release and seems to not be fully backwards compatible.

Changes Made:
Updated environment.yml file to specify mdtraj version as >=1.9.3, <1.10 to address compatibility issues caused by recent updates.

Testing:
mdtraj 1.10 resulted in tests that relied on the TNGTrajectoryFile object in mdtraj to fail.
For example, tests/structure/test_trajectory.py
After pinning mdtraj to <1.10 all the tests passed successfully again.

mdtraj 1.10 removed TNGTrajectoryFile objects, which are used in the tests.
This PR pins the mdtraj version between >=1.9.3, <1.10 in the environment.yml file.
@padix-key padix-key merged commit bfb4138 into biotite-dev:master Jun 25, 2024
20 checks passed
@tjmier tjmier deleted the mdtraj-version-limit branch June 25, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants