Skip to content

Commit

Permalink
Add recipe for icfree-ml 2.3.0 (bioconda#48779)
Browse files Browse the repository at this point in the history
* add recipe for icfree-ml 2.3.0

* fix(meta.yaml): update recipes icfree-ml

Co-authored-by: Martin Grigorov <[email protected]>

* fix(meta.yaml): import in recipes/icfree-ml/meta.yaml

Co-authored-by: Martin Grigorov <[email protected]>

---------

Co-authored-by: Martin Grigorov <[email protected]>
  • Loading branch information
tduigou and martin-g authored Jun 28, 2024
1 parent a49a85b commit e388e9c
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions recipes/icfree-ml/meta.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e388e9c

Please sign in to comment.