Skip to content

Commit 8e95d23

Browse files
committed
BLD: cleanup build dependencies
1 parent b693757 commit 8e95d23

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[build-system]
22
requires = [
33
"Cython>=0.29",
4-
"oldest-supported-numpy ; python_version < '3.9'",
5-
"numpy>=2.0.0rc1 ; python_version >= '3.9'",
4+
"numpy>=2.0.0",
65
"setuptools>=61", "setuptools_scm[toml]>=3.4"
76
]
87
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)