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", ]