Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix geNomad 1.9.0 dependencies #53482

Merged
merged 1 commit into from
Jan 26, 2025
Merged
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
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
Loading