diff --git a/pyproject.toml b/pyproject.toml index d9deb7a..04b2926 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,8 +32,8 @@ classifiers = [ keywords = ["entropy", "macromolecular systems", "MD simulation"] requires-python = ">=3.8" dependencies = [ - "numpy==1.26.4", - "mdanalysis==2.7.0", + "numpy==2.2.3", + "mdanalysis==2.8.0", "pandas==2.2.3", "psutil==5.9.5", ]