Skip to content

Commit 73f2e94

Browse files
committed
config updates
1 parent c1c463b commit 73f2e94

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Minimum requirements for the build system to execute.
33
# See https://github.com/scipy/scipy/pull/12940 for the AIX issue.
44
requires = [
5+
"cmake>=3.18.0",
56
"setuptools>=51.0.0",
67
"wheel",
78
"Cython>=0.29.24,<3", # Note: sync with setup.py, environment.yml and asv.conf.json

setup.cfg

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

0 commit comments

Comments
 (0)