Skip to content

Commit d25ed6a

Browse files
nv-tusharmahcho3
andcommitted
Add a requirement to use cmake < 4.0 until RapidJSON is compatible with Cmake 4.0. (#426)
* Update model_support.md (#425) * Add requirement for cmake<4.0 in conda definition --------- Co-authored-by: Philip Hyunsu Cho <[email protected]>
1 parent 220a6ef commit d25ed6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/environments/rapids_triton_dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
dependencies:
66
- ccache
7-
- cmake>=3.26.4,!=3.30.0
7+
- cmake>=3.26.4,!=3.30.0,<4.0.0
88
- ninja
99
- python
1010
# TODO(hcho3): Remove the pin when

0 commit comments

Comments
 (0)