diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index a02c1a8ed..690660ed0 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -30,7 +30,7 @@ test: - tests - example_specs requires: - {% for dep in setup_py_data['extras_require']['test'] %} + {% for dep in setup_py_data['extras_require']['dev'] %} - {{ dep.replace('torch', 'pytorch').lower() }} {% endfor %} commands: