Skip to content

Commit

Permalink
bump build number
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Oct 11, 2024
1 parent c435c40 commit 3748974
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions recipes/rseqc/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ source:
sha256: 869f542e08f50c8874280d58e4f5565857b0aebac66a8eceef3f23016175061e

build:
number: 2
number: 3
skip: True # [py2k]
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --use-pep517 -vvv"
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir --use-pep517 -vvv"
run_exports:
- {{ pin_subpackage(name|lower, max_pin="x") }}

Expand All @@ -27,7 +27,6 @@ requirements:
run:
- bx-python
- numpy
- pip
- pybigwig
- pysam
- python
Expand Down

0 comments on commit 3748974

Please sign in to comment.