diff --git a/recipes/vamb/meta.yaml b/recipes/vamb/meta.yaml index 0a23bb81e7756..6f175503618bd 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