Skip to content

Commit 1384f7d

Browse files
authored
Restrict CMake < 4.0.0: BC breaking version release (#1517)
Release on March 27th: https://pypi.org/project/cmake/4.0.0/
1 parent 56749b6 commit 1384f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ openai
2323

2424
# Build tools
2525
wheel
26-
cmake>=3.24
26+
cmake>=3.24, < 4.0.0 # 4.0 is BC breaking
2727
ninja
2828
zstd
2929

0 commit comments

Comments
 (0)