Skip to content

Commit 1515b7e

Browse files
authored
Merge pull request #119 from CCPBioSim/118-mdanalysis-compatability-bug
Enforcing `MDAnalysis` versions `2.9` and Above
2 parents 796bf39 + 67ef792 commit 1515b7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/project-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
strategy:
7777
matrix:
7878
python-version: ["3.11", "3.12", "3.13"]
79-
mdanalysis-version: ["2.7.0", "2.8.0", "2.9.0", "latest"]
79+
mdanalysis-version: ["2.9.0", "latest"]
8080
name: MDAnalysis Compatibility Tests
8181
steps:
8282
- name: Checkout repo

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ keywords = ["entropy", "macromolecular systems", "MD simulation"]
3333
requires-python = ">=3.11"
3434
dependencies = [
3535
"numpy==2.2.3",
36-
"mdanalysis>=2.7.0",
36+
"mdanalysis>=2.9.0",
3737
"pandas==2.2.3",
3838
"psutil==5.9.5",
3939
"PyYAML==6.0.2",

0 commit comments

Comments
 (0)