Skip to content

Commit 994667b

Browse files
committed
update numpy dependency within pyproject.toml to v2.3.0
1 parent 5bb03fd commit 994667b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838
keywords = ["entropy", "macromolecular systems", "MD simulation"]
3939
requires-python = ">=3.11"
4040
dependencies = [
41-
"numpy==2.2.3",
41+
"numpy==2.3.0",
4242
"mdanalysis>=2.10.0",
4343
"pandas==2.3.3",
4444
"psutil==7.1.3",

0 commit comments

Comments
 (0)