Skip to content

Commit

Permalink
snakemake pinning, version 8 major changes that break everything (bio…
Browse files Browse the repository at this point in the history
  • Loading branch information
jfallmann authored Jan 21, 2024
1 parent 4a1471a commit 5dc9dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/monsda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
sha256: "{{ sha256 }}"

build:
number: 0
number: 1
script: "{{ PYTHON }} -m pip install . --use-pep517 --no-deps --ignore-installed -vvv"
entry_points:
- monsda = MONSDA.RunMONSDA:main
Expand All @@ -35,7 +35,7 @@ requirements:
- pandas >=1.4.1
- perl >=5.32.1
- scipy >=1.7.0
- snakemake >=7.32.3
- snakemake >=7.32.3,<8.0.0
- versioneer >=0.20
- yaml >=0.2.5
- black >=21.5b2
Expand Down

0 comments on commit 5dc9dca

Please sign in to comment.