From 074ac118588ee4866a7a513521f5d7b6b4c782c2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Nov 2025 08:23:17 +0000 Subject: [PATCH] Update dependency numpy to v2.3.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b55a504..9c62a73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ keywords = ["entropy", "macromolecular systems", "MD simulation"] requires-python = ">=3.11" dependencies = [ - "numpy==2.3.4", + "numpy==2.3.5", "mdanalysis==2.10.0", "pandas==2.3.3", "psutil==7.1.3",