diff --git a/recipes/tbtamr/meta.yaml b/recipes/tbtamr/meta.yaml index 3ecaa20b63230..c2417217da084 100644 --- a/recipes/tbtamr/meta.yaml +++ b/recipes/tbtamr/meta.yaml @@ -17,17 +17,15 @@ build: - tbtamr=tbtamr.tbtamr:main run_exports: - {{ pin_subpackage('tbtamr', max_pin="x.x") }} - script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv " + script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv" requirements: host: - - python >=3.8 + - python >=3.10 - pip run: - - python >=3.8 - - psutil + - python >=3.10 - pandas - - csvtk - bwa - samtools =1.12 - snpeff =5.0 @@ -39,7 +37,12 @@ requirements: - xlsxwriter - requests - tqdm - + - joblib + - pydantic + - pytest + - tabulate + - unidecode + - pysam test: imports: @@ -53,6 +56,7 @@ about: license_file: LICENSE license_family: "GPL3" summary: "A tool implementing TB-Profiler for reporting of genomic DST for M. tuberculosis in a CPHL" + dev_url: "https://github.com/MDU-PHL/tbtamr" extra: recipe-maintainers: