File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ platforms = [
1111 " osx-64" ,
1212 " osx-arm64" ,
1313]
14+ preview = [" pixi-build" ] # make sure this is present
1415
1516# Core dependencies that work across all platforms
1617[dependencies ]
@@ -27,3 +28,13 @@ extern = "*"
2728bwa-mem2 = " *"
2829dashing = " >=0.4.0,<1.0" # dashing 1.0 build gives illegal instruction errors
2930strobealign = " >=0.14.0" # tests use a pregenerated v3 database
31+
32+ [package ]
33+ name = " coverm"
34+ version = " 0.1.0" # keep this in sync with [workspace].version
35+
36+ [package .build ]
37+ backend = { name = " pixi-build-rattler-build" , version = " 0.3.*" }
38+ # optional, if you want to override channels for the backend; otherwise it’ll
39+ # reuse [workspace].channels, and pixi-build-rattler-build is on conda-forge anyway
40+ # channels = ["https://prefix.dev/conda-forge"]
You can’t perform that action at this time.
0 commit comments