Skip to content

Commit

Permalink
fix dependency versions for snakebids, pulp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan DeKraker committed Jul 23, 2024
1 parent c82b8cb commit c720282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ authors = ["Jordan DeKraker & Ali Khan <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.7.1,<3.10"
snakemake = ">=6.0.0"
snakebids = ">=0.5.1"
snakebids = "^0.8.1"
appdirs = "^1.4.4"
Jinja2 = "^3.0.3"
pygraphviz = "1.7"
Pygments = "^2.10.0"

pulp = "<2.8.0"

[tool.poetry.dev-dependencies]
flake8 = "^4.0.1"
Expand Down

0 comments on commit c720282

Please sign in to comment.