Skip to content

Commit

Permalink
pin package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ssenan committed Sep 12, 2023
1 parent a3a722b commit 18a5686
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,19 +169,19 @@ classifiers = [
]
requires-python = ">=3.10"
dependencies = [
"click",
"click>=8.1.0",
"torch>=2.0.0",
"torchvision",
"accelerate",
"matplotlib",
"pandas",
"seaborn",
"einops",
"wandb",
"genomepy",
"sourmash",
"gimmemotifs",
"memory-efficient-attention-pytorch",
"torchvision>=0.15.0",
"accelerate>=0.20.0",
"matplotlib>=3.7.0",
"pandas>=2.0.0",
"seaborn>=0.12.0",
"einops>=0.6.0",
"wandb>=0.15.0",
"genomepy>=0.16.0",
"sourmash>=4.8.0",
"gimmemotifs>=0.18.0",
"memory-efficient-attention-pytorch>0.1.0",
]

[project.scripts]
Expand Down

0 comments on commit 18a5686

Please sign in to comment.