Skip to content

Commit 20ca9b1

Browse files
committed
Upgrading the verions of MDAnalysis and NumPy to the latest versions:
- MDAnalysis: v2.8.0 - NumPy: v2.2.3
1 parent e7183f0 commit 20ca9b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ classifiers = [
3232
keywords = ["entropy", "macromolecular systems", "MD simulation"]
3333
requires-python = ">=3.8"
3434
dependencies = [
35-
"numpy==1.26.4",
36-
"mdanalysis==2.7.0",
35+
"numpy==2.2.3",
36+
"mdanalysis==2.8.0",
3737
"pandas==2.2.3",
3838
"psutil==5.9.5",
3939
]

0 commit comments

Comments
 (0)