Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions recipes/galaxy-ml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,24 @@ source:
sha256: 921a7884bfab3a7b40021e33602b13a9a5a2c58a3205c87659423ebd892476f1

build:
number: 3
number: 4
run_exports:
- {{ pin_subpackage('galaxy-ml',max_pin="x.x") }}
script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv
skip: True # [osx or py<39 or py>39]
skip: True # [osx]

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
- python
- python =3.9
- cython
- pip
- setuptools
- numpy >=1.22, <1.23
run:
- python
- python =3.9
- pyfaidx
- pytabix
- tabix
Expand All @@ -39,7 +41,7 @@ requirements:
- mlxtend >=0.21, <0.22
- skrebate >=0.60, <0.70
- imbalanced-learn >=0.9, <0.10
- tensorflow >=2.10, <2.11
- tensorflow =2.10.0
- keras >=2.10, <2.11
- scikit-optimize >=0.9
- plotly >=4.10.0, <5.0
Expand Down Expand Up @@ -79,3 +81,5 @@ about:
extra:
recipe-maintainers:
- qiagu
additional-platforms:
- linux-aarch64
Loading