Skip to content

Commit

Permalink
Update dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsguerra committed Sep 26, 2024
1 parent 94f2c84 commit 6bc0b9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ dependencies = [
"ase==3.23.0",
"biopython==1.84.0",
"MDAnalysis==2.7.0",
"numpy==1.26.4",
"pandas==2.2.3",
"plotly==5.24.1",
"numpy~=1.26.4",
"pandas~=2.2.3",
"plotly~=5.24.1",
"pyKVFinder==0.7.0",
]
dynamic = ["version"]
Expand Down

0 comments on commit 6bc0b9e

Please sign in to comment.