Skip to content

Commit 2294642

Browse files
authored
Merge pull request #57 from CCPBioSim/54-update-numpy-and-mdanalysis-versions
Upgrading the verions of MDAnalysis and NumPy to the latest versions:
2 parents e7183f0 + 20ca9b1 commit 2294642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
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)