Skip to content

Commit

Permalink
📌 pin snk deps to patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma committed May 10, 2024
1 parent 0ab371d commit df92bb0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,9 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"typer[all]<=0.9.0",
"GitPython<=3.1.31",
"pulp<2.8", # Pin pulp <2.8 for snakemake: https://github.com/snakemake/snakemake/issues/2607
"art<=5.9",
"makefun<=1.15.1",
"snk-cli==0.3.0",
"typer~=0.12.0",
"GitPython~=3.1.0",
"snk-cli~=0.3.1",
]
dynamic = ["version"]

Expand Down

0 comments on commit df92bb0

Please sign in to comment.