We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2925dbe + 612985e commit b406c3cCopy full SHA for b406c3c
dev_env.yml
@@ -8,8 +8,11 @@ channels:
8
9
# While Augur is available as a Conda package, it is not listed here.
10
# Augur itself and its Python dependencies should be installed via pip.
11
+#
12
+# Version constraints should mirror the Biopython recipe.
13
+# <https://github.com/bioconda/bioconda-recipes/blob/-/recipes/augur/meta.yaml>
14
dependencies:
- - conda-forge::python
15
+ - conda-forge::python >=3.10
16
17
# Augur's non-Python dependencies
18
- mafft
@@ -18,7 +21,7 @@ dependencies:
21
- iqtree
19
22
- vcftools
20
23
- seqkit
- - conda-forge::sqlite
24
+ - conda-forge::sqlite >=3.39,<4
25
26
# Tools used in tests
27
- conda-forge::jq
0 commit comments