Skip to content

Commit f6631a2

Browse files
committed
update numpy and waterEntropy dependencies within pyproject.toml for Python v3.14
1 parent a05f9b7 commit f6631a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ classifiers = [
3838
keywords = ["entropy", "macromolecular systems", "MD simulation"]
3939
requires-python = ">=3.11"
4040
dependencies = [
41-
"numpy==2.3.0",
41+
"numpy==2.3.4",
4242
"mdanalysis>=2.10.0",
4343
"pandas==2.3.3",
4444
"psutil==7.1.3",
4545
"PyYAML==6.0.3",
4646
"python-json-logger==4.0.0",
4747
"rich==14.2.0",
4848
"art==6.5",
49-
"waterEntropy==1.2.1",
49+
"waterEntropy==1.2.2",
5050
"requests>=2.32.5",
5151
]
5252

0 commit comments

Comments
 (0)