Skip to content

Commit

Permalink
Update dependencies (pytest, pandas, plotly, pyKVFinder)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsguerra committed Sep 23, 2024
1 parent 3687204 commit dcbe9b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ dependencies = [
"biopython==1.84.0",
"MDAnalysis==2.7.0",
"numpy==1.26.4",
"pandas==2.2.2",
"plotly==5.23.0",
"pyKVFinder==0.6.15",
"pandas==2.2.3",
"plotly==5.24.1",
"pyKVFinder==0.6.16",
]
dynamic = ["version"]

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

[project.urls]
Expand Down

0 comments on commit dcbe9b2

Please sign in to comment.