Skip to content

Commit fde002a

Browse files
committed
remove cmake from install_requires
1 parent 73f2e94 commit fde002a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ project_urls =
3131
[options]
3232
packages = find:
3333
install_requires =
34-
cmake>=3.18.0
3534
numpy>=1.18.5; platform_machine!='aarch64' and platform_machine!='arm64' and python_version<'3.10'
3635
numpy>=1.19.2; platform_machine=='aarch64' and python_version<'3.10'
3736
numpy>=1.20.0; platform_machine=='arm64' and python_version<'3.10'

0 commit comments

Comments
 (0)