Skip to content

Commit e68985a

Browse files
committed
Copier update
1 parent 84a165f commit e68985a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: 91ffffb
2+
_commit: 6848c57
33
_src_path: gh:scipp/copier_template
44
description: Reflectometry data reduction for the European Spallation Source
55
max_python: '3.12'

conda/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)