Commit 017e54d
authored
fix: allow tilde in conda version constraints (#1033)
See conda package match specifications:
https://docs.conda.io/projects/conda-build/en/25.1.x/resources/package-spec.html#package-match-specifications
This syntax has also been around for a bit, I can already see it in the
`24.1.x` docs.1 parent fcaf291 commit 017e54d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments