diff --git a/recipes/cutesv/meta.yaml b/recipes/cutesv/meta.yaml index 6f61dca55da15..957edae2caec5 100644 --- a/recipes/cutesv/meta.yaml +++ b/recipes/cutesv/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "2.0.3" %} +{% set version = "2.1.0" %} package: name: cutesv @@ -6,12 +6,14 @@ package: source: url: https://github.com/tjiangHIT/cuteSV/archive/cuteSV-v{{ version }}.tar.gz - sha256: b29115148636c551976ec6e97d03f4da9e2fd4e81a2ea4b8b2b817afb9bbbd52 + sha256: c2d072e8c3c1a2a8ec52abe63ffc796d0e023385e850c4ead6e3a18c14f173d3 build: number: 0 noarch: python - script: {{ PYTHON }} -m pip install --no-deps --ignore-installed -vv . + script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation -vvv . + run_exports: + - {{ pin_subpackage("cutesv", max_pin="x.x") }} requirements: host: @@ -24,6 +26,8 @@ requirements: - pysam >=0.15.0 - python >=3 - pyvcf + - scikit-learn + - scipy test: commands: