Skip to content

Commit

Permalink
fix vizard pin in recipe file
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret authored Oct 11, 2024
1 parent 16d8226 commit 33dbb3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ requirements:
- scikit-bio {{ scikit_bio }}
- q2-types {{ qiime2_epoch }}.*
- q2-feature-classifier {{ qiime2_epoch }}.*
- q2-vizard {{ qiime2_epoch }}.*
- qiime2 {{ qiime2_epoch }}.*

test:
requires:
- pytest
- q2-types >={{ q2_types }}
- q2-vizard >={{ q2_vizard }}
- q2-feature-classifier >={{ q2_feature_classifier }}
- q2-vizard >={{ q2_vizard }}
- qiime2 >={{ qiime2 }}

imports:
Expand Down

0 comments on commit 33dbb3b

Please sign in to comment.