diff --git a/recipes/thapbi-pict/meta.yaml b/recipes/thapbi-pict/meta.yaml index 1451e942c5aca..1d9c74e0bf53f 100644 --- a/recipes/thapbi-pict/meta.yaml +++ b/recipes/thapbi-pict/meta.yaml @@ -1,5 +1,5 @@ {% set name = "thapbi-pict" %} -{% set version = "1.0.16" %} +{% set version = "1.0.17" %} package: name: "{{ name|lower }}" @@ -7,33 +7,34 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name | replace("-", "_") }}/{{ name | replace("-", "_") }}-{{ version }}.tar.gz - sha256: 85cf6d180db38166bb7ccd14af8c3813e2b3fa0d5026cac76bce8867492563f7 + sha256: 030f27b94f5390de58f1e5b227d7fd1de50e7a6b01bb0fafd2b4320bee7c87f8 build: noarch: python number: 0 entry_points: - thapbi_pict = thapbi_pict.__main__:main - script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv " + script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv" run_exports: - {{ pin_subpackage(name, max_pin="x") }} requirements: host: - pip - - python >=3.8 + - python >=3.10 + - setuptools run: # Python - biom-format >=2.1.14 - - biopython >=1.82 - - cutadapt >=4.0 - - matplotlib-base >=3.7 - - networkx >=2.4,!=2.8.3,!=2.8.4 - - pydot <3 - - python >=3.8 - - rapidfuzz >=2.4.0 - - sqlalchemy >=2.0 - - xlsxwriter + - biopython >=1.84 + - cutadapt >=4.9 + - matplotlib-base >=3.9.2 + - networkx >=3.4.2 + - pydot >=3.0.1 + - python >=3.10 + - rapidfuzz >=3.10.1 + - sqlalchemy >=2.0.36 + - xlsxwriter >=3.2 # Command line - blast - flash >=1.2.11