Skip to content

Commit 9983352

Browse files
committed
update and lock dependencies within pyproject.toml
1 parent b0be562 commit 9983352

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ classifiers = [
3838
keywords = ["entropy", "macromolecular systems", "MD simulation"]
3939
requires-python = ">=3.11"
4040
dependencies = [
41-
"numpy==2.3.4",
42-
"mdanalysis>=2.10.0",
41+
"numpy==2.3.5",
42+
"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",
4949
"waterEntropy==1.2.2",
50-
"requests>=2.32.5",
50+
"request==2.32.5",
5151
]
5252

5353
[project.urls]
@@ -57,14 +57,14 @@ Documentation = "https://codeentropy.readthedocs.io"
5757

5858
[project.optional-dependencies]
5959
testing = [
60-
"pytest>=8.4.2",
61-
"pytest-cov>=7.0.0",
62-
"pytest-sugar>=1.1.1"
60+
"pytest==9.0.1",
61+
"pytest-cov==7.0.0",
62+
"pytest-sugar==1.1.1"
6363
]
6464

6565
pre-commit = [
66-
"pre-commit>=4.3.0",
67-
"pylint>=4.0.0"
66+
"pre-commit==4.4.0",
67+
"pylint==4.0.3"
6868
]
6969
docs = [
7070
"sphinx",

0 commit comments

Comments
 (0)