We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f2e94 commit fde002aCopy full SHA for fde002a
setup.cfg
@@ -31,7 +31,6 @@ project_urls =
31
[options]
32
packages = find:
33
install_requires =
34
- cmake>=3.18.0
35
numpy>=1.18.5; platform_machine!='aarch64' and platform_machine!='arm64' and python_version<'3.10'
36
numpy>=1.19.2; platform_machine=='aarch64' and python_version<'3.10'
37
numpy>=1.20.0; platform_machine=='arm64' and python_version<'3.10'
0 commit comments