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: