From 391e1b51f2710a396779626c2722dd7171172dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Thu, 26 Dec 2024 17:08:59 +0100 Subject: [PATCH] retrigger vamb (#45266) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * retrigger vamb * Update meta.yaml * Update meta.yaml * Update pyCoverM version --------- Co-authored-by: Antônio Camargo --- recipes/vamb/meta.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/recipes/vamb/meta.yaml b/recipes/vamb/meta.yaml index a2362c80db0c2..1168828cb4569 100644 --- a/recipes/vamb/meta.yaml +++ b/recipes/vamb/meta.yaml @@ -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 @@ -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: