Skip to content

Commit

Permalink
Fix geNomad 1.9.0 dependencies (#53482)
Browse files Browse the repository at this point in the history
  • Loading branch information
apcamargo authored Jan 26, 2025
1 parent 413a765 commit 448e1d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/genomad/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 1b4d5035153e33986502727ecd7f3f9c28138e4a1303c9d258b636b70db8f761

build:
number: 0
number: 1
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
entry_points:
Expand All @@ -28,13 +28,13 @@ requirements:
- pyrodigal-gv >=0.3.1
- mmseqs2 =14.7e284
- aragorn
- keras >=2.7,<3
- keras >=3
- numba >=0.57
- numpy >=1.21
- python-crfsuite
- rich-click >=1.4
- taxopy >=0.4.0
- tensorflow >=2.7,<2.16
- tensorflow >=2.16
- xgboost >=1.6

test:
Expand Down

0 comments on commit 448e1d7

Please sign in to comment.