Skip to content

Commit

Permalink
⬆️ relax typer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma committed May 10, 2024
1 parent 66d0880 commit 766f431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
]
dependencies = [
"snakemake>=7",
"typer[all]~=0.9.0",
"typer[all]~=0.9",
"GitPython~=3.1",
"pulp<2.8", # Pin pulp <2.8 for snakemake: https://github.com/snakemake/snakemake/issues/2607
"art~=5.9",
Expand Down

0 comments on commit 766f431

Please sign in to comment.