Skip to content

Commit

Permalink
constrain snakemake version (#52108)
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab authored Nov 15, 2024
1 parent 877e2b9 commit 922b795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/zamp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 366d1a1bdff60e1a8100298608f20ab2294ef476a1da1bee9c1975641c495f6e

build:
number: 0
number: 1
noarch: python
entry_points:
- zamp=zamp.__main__:main
Expand All @@ -25,7 +25,7 @@ requirements:
- setuptools
run:
- python >=3.11
- snakemake-minimal >=8.0.0
- snakemake-minimal >=8.0.0,<=8.24.1
- Click >=8.1.3
- attrmap >=0.0.7
- snaketool-utils >=0.0.5
Expand Down

0 comments on commit 922b795

Please sign in to comment.