From 74628811dfef69749fcd89c785dd65f3b4026c4c Mon Sep 17 00:00:00 2001 From: Shaojun Xie <110857128+xies4@users.noreply.github.com> Date: Fri, 11 Oct 2024 18:42:25 -0400 Subject: [PATCH] Update meta.yaml (#51213) * Update meta.yaml Traceback (most recent call last): File "/usr/local/bin/sc_bamStat.py", line 11, in from qcmodule import scbam File "/usr/local/lib/python3.11/site-packages/qcmodule/scbam.py", line 12, in import pandas as pd ModuleNotFoundError: No module named 'pandas' * bump build number --------- Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com> --- recipes/rseqc/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/rseqc/meta.yaml b/recipes/rseqc/meta.yaml index 607fedfbb9942..063aa6d4133ec 100644 --- a/recipes/rseqc/meta.yaml +++ b/recipes/rseqc/meta.yaml @@ -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") }} @@ -27,11 +27,11 @@ requirements: run: - bx-python - numpy - - pip - pybigwig - pysam - python - r-base + - pandas test: imports: