Skip to content

Commit

Permalink
Update meta.yaml (#51213)
Browse files Browse the repository at this point in the history
* Update meta.yaml

Traceback (most recent call last):
  File "/usr/local/bin/sc_bamStat.py", line 11, in <module>
    from qcmodule import scbam
  File "/usr/local/lib/python3.11/site-packages/qcmodule/scbam.py", line 12, in <module>
    import pandas as pd
ModuleNotFoundError: No module named 'pandas'

* bump build number

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
xies4 and mencian authored Oct 11, 2024
1 parent 26ff91c commit 7462881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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,11 +27,11 @@ requirements:
run:
- bx-python
- numpy
- pip
- pybigwig
- pysam
- python
- r-base
- pandas

test:
imports:
Expand Down

0 comments on commit 7462881

Please sign in to comment.