We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65f33b commit 50f58c2Copy full SHA for 50f58c2
recipe/meta.yaml
@@ -51,7 +51,7 @@ outputs:
51
- mpi 1.0 openmpi
52
run_constrained:
53
- cudatoolkit >= {{ cudatoolkit }} # [enable_cuda]
54
- - {{ pin_compatible("ucx", max_pin="x.x") }} # [enable_cuda]
+ - {{ pin_compatible("ucx", max_pin="x") }} # [enable_cuda]
55
test:
56
script: run_test.sh
57
files:
0 commit comments