Skip to content

Commit

Permalink
retrigger vamb (#45266)
Browse files Browse the repository at this point in the history
* retrigger vamb

* Update meta.yaml

* Update meta.yaml

* Update pyCoverM version

---------

Co-authored-by: Antônio Camargo <apcamargo@users.noreply.github.com>
  • Loading branch information
bgruening and apcamargo authored Dec 26, 2024
1 parent 16c0955 commit 391e1b5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions recipes/vamb/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ source:

build:
number: 0
# Skipping py>=38 since no pytorch-cpu builds for Py3.8 are available. skip: True # [py27]
skip: True # [py<30 or py>=38]
entry_points:
- vamb=vamb.__main__:main
script: {{ PYTHON }} -m pip install . --no-deps -vv
Expand All @@ -23,13 +21,13 @@ requirements:
- {{ compiler('c') }}
host:
- python >=3.9.0,<3.12
- pip
- cython >=3.0.0
- pip
run:
- python >=3.9.0,<3.12
- numpy ==1.24.2
- torch ==1.13.1
- pycoverm ==0.6.0
- pytorch ==1.13.1
- pycoverm ==0.6.2

test:
imports:
Expand Down

0 comments on commit 391e1b5

Please sign in to comment.