There was an error while loading. Please reload this page.
1 parent 91ce299 commit 2d34bf7Copy full SHA for 2d34bf7
1 file changed
conda/meta.yaml
@@ -26,9 +26,10 @@ requirements:
26
- python {{ py_min_version }}
27
# Dependencies as defined in environment.yaml
28
# Some names might be different from pypi, so please curate that list manually
29
- {% for dep in env_file['dependencies'] %}
+ {% for dep in env_file['dependencies'] if not dep == "torch" %}
30
- {{ dep }}
31
{% endfor %}
32
+ - pytorch
33
34
about:
35
home: {{ project['urls']['Homepage'] }}
0 commit comments