Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update Vamb to v4.1.3 #43684

Merged
merged 4 commits into from
Oct 16, 2023
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
22 changes: 12 additions & 10 deletions recipes/vamb/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,35 @@
{% set version = "3.0.2" %}
{% set version = "4.1.3" %}

package:
name: vamb
version: {{ version }}

source:
url: https://github.com/RasmussenLab/vamb/archive/{{ version }}.tar.gz
sha256: fb63011a89ec7fe1052983973dda6cdcdd796938cdf80ed1013f253c7ded8c67
url: https://github.com/RasmussenLab/vamb/archive/refs/tags/v{{ version }}.tar.gz
sha256: 3b82a36138ebbebf6efe5203da4f9dfae9d0335137bac9775d5b427021aa5645

build:
number: 2
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
run_exports:
- {{ pin_subpackage('vamb', max_pin="x") }}

requirements:
build:
- {{ compiler('c') }}
host:
- python
- python >=3.9.0,<3.12
- pip
- cython >=0.25.2
- cython >=3.0.0
run:
- python
- numpy >=1.15
- pytorch-cpu >=0.4
- pysam >=0.14
- python >=3.9.0,<3.12
- numpy ==1.24.2
- torch ==1.13.1
- pycoverm ==0.6.0

test:
imports:
Expand Down