Skip to content

Commit c87d9cd

Browse files
committed
Update dependencies in meta.yaml to replace dvue with vtools3
1 parent af0f684 commit c87d9cd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

conda.recipe/meta.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ requirements:
3030
run:
3131
- python
3232
{% for dep in project['dependencies'] %}
33+
{% if '://' not in dep %}
3334
- {{ dep.lower() }}
35+
{% endif %}
3436
{% endfor %}
3537
# cadwr-dms channel packages (not on PyPI)
3638
- schimpy
37-
- dvue
38-
- vtools
39+
- vtools3
3940
- dms-datastore
4041

4142
test:

0 commit comments

Comments
 (0)