We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d223f commit 853eefbCopy full SHA for 853eefb
conda-recipe/meta.yaml
@@ -34,7 +34,7 @@ test:
34
- tests
35
- example_specs
36
requires:
37
- {% for dep in setup_py_data['extras_require']['test'] %}
+ {% for dep in setup_py_data['extras_require']['dev'] %}
38
- {{ dep.replace('torch', 'pytorch').lower() }}
39
{% endfor %}
40
commands:
0 commit comments