Skip to content

Commit 626b6b0

Browse files
committed
fix dependency conflicts within pyproject.toml
1 parent 9983352 commit 626b6b0

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,7 +38,7 @@ classifiers = [
3838
keywords = ["entropy", "macromolecular systems", "MD simulation"]
3939
requires-python = ">=3.11"
4040
dependencies = [
41-
"numpy==2.3.5",
41+
"numpy==2.3.4",
4242
"mdanalysis==2.10.0",
4343
"pandas==2.3.3",
4444
"psutil==7.1.3",
@@ -47,7 +47,7 @@ dependencies = [
4747
"rich==14.2.0",
4848
"art==6.5",
4949
"waterEntropy==1.2.2",
50-
"request==2.32.5",
50+
"requests==2.32.5",
5151
]
5252

5353
[project.urls]

0 commit comments

Comments
 (0)