diff --git a/recipes/icfree-ml/meta.yaml b/recipes/icfree-ml/meta.yaml new file mode 100644 index 0000000000000..2a5db33a3daf2 --- /dev/null +++ b/recipes/icfree-ml/meta.yaml @@ -0,0 +1,47 @@ +{% set name = "icfree-ml" %} +{% set version = "2.3.0" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://github.com/brsynth/icfree-ml/archive/refs/tags/2.3.0.tar.gz + sha256: 6dbefeeeba16a3f02658a45164caa0974befdb008cae1d91147f242fe56542b8 + +build: + number: 0 + noarch: python + script: {{ PYTHON }} -m pip install -vv . + run_exports: + - {{ pin_subpackage(name, max_pin="x") }} + +requirements: + host: + - python >3.6 + - pip + run: + - python >3.6 + - biopython + - pysbol2 + - blast + +test: + source_files: + - tests/ + imports: + - icfree + requires: + - pytest + - pytest-cov + - pytest-mock + +about: + home: https://github.com/brsynth/icfree-ml + summary: Design of experiments (DoE) and machine learning packages for the iCFree project + license: MIT + license_file: LICENSE + +extra: + recipe-maintainers: + - tduigou \ No newline at end of file