Skip to content

Commit

Permalink
add versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuferentunc committed Sep 11, 2024
1 parent 48e3a38 commit e2045b1
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 @@ -21,9 +21,9 @@ readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"MDAnalysis>=2.0.0",
"hmmlearn",
"networkx",
"numpy",
"hmmlearn == 0.3.2",
"networkx == 3.2.1",
"numpy == 1.26.4",
"scikit-learn == 1.4.2",
"scipy == 1.13.0"

Expand Down

0 comments on commit e2045b1

Please sign in to comment.