Skip to content

Commit d793508

Browse files
committed
Remove run_constrained
1 parent 5083cf8 commit d793508

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

recipe/meta.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ outputs:
9191
- {{ pin_compatible("cuda-version", lower_bound="11.2") }} # [cuda_compiler == "nvcc"]
9292
- {{ pin_compatible("cuda-version", min_pin="x") }} # [cuda_compiler == "cuda-nvcc"]
9393
- libgomp # [win]
94-
run_constrained:
95-
- {{ pin_compatible('librmm', max_pin='x.x') }} # [linux and cuda_compiler != "None"]
9694
test:
9795
commands:
9896
- test -f "${PREFIX}/lib/libxgboost${SHLIB_EXT}" # [unix]

0 commit comments

Comments
 (0)