Skip to content

Commit

Permalink
Update snakemake: remove toposort as dependency (#51412)
Browse files Browse the repository at this point in the history
* remove toposort as depency

Since this replaced by a graphlib

* Updated build number
  • Loading branch information
maarten-k authored Oct 16, 2024
1 parent 11c494d commit bf5e111
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/snakemake/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
sha256: 5c4348f55256eb62b2af10c64b0422ca08206193aef725b6412372a7804ef54b

build:
number: 0
number: 1
noarch: generic
run_exports:
- {{ pin_subpackage("snakemake", max_pin="x") }}
Expand Down Expand Up @@ -110,7 +110,6 @@ outputs:
- snakemake-interface-report-plugins >=1.0.0,<2.0.0
- tabulate
- throttler
- toposort >=1.10,<2.0
- wrapt
- yte >=1.5.1,<2.0
- dpath >=2.1.6,<3.0.0
Expand Down

0 comments on commit bf5e111

Please sign in to comment.