From 233a19a0b96fa31b702f6328fb10ae970e47cb30 Mon Sep 17 00:00:00 2001 From: harryswift01 Date: Mon, 24 Nov 2025 11:12:45 +0000 Subject: [PATCH] update `numpy` to `v2.3.5` and `waterEntropy` to `v1.2.3` in `pyproject.toml` --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b55a504..da3acac 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", @@ -46,7 +46,7 @@ dependencies = [ "python-json-logger==4.0.0", "rich==14.2.0", "art==6.5", - "waterEntropy==1.2.2", + "waterEntropy==1.2.3", "requests==2.32.5", ]