Skip to content

Commit dcbe9b2

Browse files
committed
Update dependencies (pytest, pandas, plotly, pyKVFinder)
1 parent 3687204 commit dcbe9b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ dependencies = [
3737
"biopython==1.84.0",
3838
"MDAnalysis==2.7.0",
3939
"numpy==1.26.4",
40-
"pandas==2.2.2",
41-
"plotly==5.23.0",
42-
"pyKVFinder==0.6.15",
40+
"pandas==2.2.3",
41+
"plotly==5.24.1",
42+
"pyKVFinder==0.6.16",
4343
]
4444
dynamic = ["version"]
4545

4646
[project.optional-dependencies]
47-
dev = ["black==24.8.0", "flake8==7.1.1", "pytest==8.3.2"]
47+
dev = ["black==24.8.0", "flake8==7.1.1", "pytest==8.3.3"]
4848
docs = ["sphinx==7.3.7", "sphinx-rtd-theme==2.0.0"]
4949

5050
[project.urls]

0 commit comments

Comments
 (0)