Skip to content

Commit 08ef7bc

Browse files
authored
Merge pull request #230 from CCPBioSim/229-update-dependencies
Update dependency specification to version ranges for Renovate compatibility
2 parents 96d5a35 + 7a0f1ad commit 08ef7bc

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

pyproject.toml

Lines changed: 23 additions & 23 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.5",
42-
"mdanalysis==2.10.0",
43-
"pandas==2.3.3",
44-
"psutil==7.1.3",
45-
"PyYAML==6.0.3",
46-
"python-json-logger==4.0.0",
47-
"rich==14.2.0",
48-
"art==6.5",
49-
"waterEntropy==1.2.3",
50-
"requests==2.32.5",
41+
"numpy>=2.3,<3.0",
42+
"mdanalysis>=2.10,<3.0",
43+
"pandas>=2.3,<3.0",
44+
"psutil>=7.1,<8.0",
45+
"PyYAML>=6.0,<7.0",
46+
"python-json-logger>=4.0,<5.0",
47+
"rich>=14.2,<15.0",
48+
"art>=6.5,<7.0",
49+
"waterEntropy>=1.2,<2.0",
50+
"requests>=2.32,<3.0",
5151
]
5252

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

5858
[project.optional-dependencies]
5959
testing = [
60-
"pytest==9.0.1",
61-
"pytest-cov==7.0.0",
62-
"pytest-sugar==1.1.1"
60+
"pytest>=9.0,<10.0",
61+
"pytest-cov>=7.0,<8.0",
62+
"pytest-sugar>=1.1,<2.0"
6363
]
6464

6565
pre-commit = [
66-
"pre-commit==4.5.0",
67-
"pylint==4.0.4"
66+
"pre-commit>=4.5,<5.0",
67+
"pylint>=4.0,<5.0"
6868
]
6969
docs = [
70-
"sphinx",
71-
"nbsphinx",
72-
"sphinx_rtd_theme",
73-
"sphinxcontrib-contentui",
74-
"sphinxcontrib-details-directive",
75-
"sphinx_copybutton",
76-
"furo",
77-
"markupsafe==3.0.3"
70+
"sphinx>=7.0,<8.0",
71+
"nbsphinx>=0.9,<1.0",
72+
"sphinx_rtd_theme>=2.0,<3.0",
73+
"sphinxcontrib-contentui>=0.2,<1.0",
74+
"sphinxcontrib-details-directive>=0.1,<1.0",
75+
"sphinx_copybutton>=0.5,<1.0",
76+
"furo>=2025.0,<2026.0",
77+
"markupsafe>=3.0,<4.0"
7878
]
7979

8080
[project.scripts]

0 commit comments

Comments
 (0)