From 20ca9b1bde9be70256ca1a01cf702c35b2fc8d2b Mon Sep 17 00:00:00 2001 From: harryswift01 Date: Tue, 11 Mar 2025 15:05:00 +0000 Subject: [PATCH] Upgrading the verions of MDAnalysis and NumPy to the latest versions: - MDAnalysis: v2.8.0 - NumPy: v2.2.3 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", ]