Skip to content

Commit

Permalink
freeze python dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Johansson committed Jan 2, 2025
1 parent 8301054 commit 370efb2
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 @@ -24,10 +24,10 @@ dependencies = [
"pydantic==2.5.2",
"pandas==2.1.3",
"Biopython==1.83",
"cyvcf2",
"pysam",
"pyyaml",
"requests"
"cyvcf2==0.31.1",
"pysam==0.22.1",
"pyyaml==6.0.2",
"requests==2.32.3"
]

[project.urls]
Expand Down

0 comments on commit 370efb2

Please sign in to comment.