From c435c406bf506c227949e53ced95022bde424183 Mon Sep 17 00:00:00 2001 From: Shaojun Xie <110857128+xies4@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:07:30 -0400 Subject: [PATCH 1/2] 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' --- recipes/rseqc/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/rseqc/meta.yaml b/recipes/rseqc/meta.yaml index 607fedfbb9942..561de015182b2 100644 --- a/recipes/rseqc/meta.yaml +++ b/recipes/rseqc/meta.yaml @@ -32,6 +32,7 @@ requirements: - pysam - python - r-base + - pandas test: imports: From 3748974fa4b4e5a5767f6fa3f22cc6a35bea03b4 Mon Sep 17 00:00:00 2001 From: Joshua Zhuang <71105179+mencian@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:15:15 -0500 Subject: [PATCH 2/2] bump build number --- recipes/rseqc/meta.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes/rseqc/meta.yaml b/recipes/rseqc/meta.yaml index 561de015182b2..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,7 +27,6 @@ requirements: run: - bx-python - numpy - - pip - pybigwig - pysam - python