Skip to content

Commit

Permalink
setup: revert yadage dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
audrium committed Feb 8, 2022
1 parent 4f15ed4 commit bb032ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_snakemake_pkg(extras=""):
"docs": ["Sphinx>=1.4.4", "sphinx-rtd-theme>=0.1.9",],
"tests": tests_require,
"kubernetes": ["kubernetes>=11.0.0,<12.0.0",],
"yadage": ["adage~=0.10.3", "yadage~=0.20.2", "yadage-schemas~=0.10.6"],
"yadage": ["adage~=0.10.1", "yadage~=0.20.1", "yadage-schemas~=0.10.6"],
"snakemake": [get_snakemake_pkg()],
"snakemake_reports": [get_snakemake_pkg("[reports]"), "pygraphviz<1.8"],
}
Expand Down

0 comments on commit bb032ad

Please sign in to comment.