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 848d22b commit efec1f2Copy full SHA for efec1f2
conda-recipe/meta.yaml
@@ -28,8 +28,13 @@ requirements:
28
- {{ dep.lower() }}
29
{% endfor %}
30
run_constrained:
31
+ - cudatoolkit>=10.1
32
{% for dep in setup_py_data['extras_require']['pytorch'] %}
33
+ {% if dep.startswith('torch>=') %} # pip: torch -> conda: pytorch
34
+ - py{{ dep.lower() }}
35
+ {% else %}
36
37
+ {% endif %}
38
39
{% for dep in setup_py_data['extras_require']['onnx'] %}
40
0 commit comments