File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2- _commit : 815268a
2+ _commit : 0951a4b
33_src_path : https://github.com/scipp/ess_template.git
Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2- _commit : 91ffffb
2+ _commit : 6848c57
33_src_path : gh:scipp/copier_template
44description : Reflectometry data reduction for the European Spallation Source
55max_python : ' 3.12'
Original file line number Diff line number Diff line change 1+ ---
2+ name : Blank
3+ about : General issue that does not fit another category
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ requirements:
1818 run :
1919 - python>=3.10
2020
21+ {# Conda does not allow spaces between package name and version, so remove them # }
2122 {% for package in dependencies %}
22- - {% if package == "graphviz" %}python-graphviz{% else %}{{ package }}{% endif %}
23+ - {% if package == "graphviz" %}python-graphviz{% else %}{{ package|replace(" ", "") }}{% endif %}
2324 {% endfor %}
2425
2526
You can’t perform that action at this time.
0 commit comments