Skip to content

Commit 072b106

Browse files
authored
Revert "chore(deps): update dependency cmake to v4 (#174)" (#179)
This reverts commit 20e8396.
1 parent 5f53e6a commit 072b106

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ test-skip = ["*-win_arm64", "*-macosx_universal2:arm64"]
8080
before-build = [
8181
'yum install zip perl-IPC-Cmd -y || apk add zip || true',
8282
'apt update && apt install zip pkg-config -y || true',
83-
'pip install cmake==4.0.0',
83+
'pip install cmake==3.31.6',
8484
'pip install ninja==1.11.1.4',
8585
'cmake --version',
8686
'ninja --version',

template/pyproject.toml.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ test-skip = ["*-win_arm64", "*-macosx_universal2:arm64"]
133133
before-build = [
134134
'yum install zip perl-IPC-Cmd -y || apk add zip || true',
135135
'apt update && apt install zip pkg-config -y || true',
136-
'pip install cmake==4.0.0',
136+
'pip install cmake==3.31.6',
137137
'pip install ninja==1.11.1.4',
138138
'cmake --version',
139139
'ninja --version',

0 commit comments

Comments
 (0)