Skip to content

Commit e8f0622

Browse files
committed
chore(pyproject): remove upper version constraint for numpy in build requirements
1 parent 76e3e74 commit e8f0622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
# Cython dependency is optional, see setup.py for details.
33
# For the package (run-time) dependencies, see setup.cfg.
4-
requires = ["setuptools", "numpy<2.0", "Cython>=3.0.10", "setuptools-scm"]
4+
requires = ["setuptools", "numpy", "Cython>=3.0.10", "setuptools-scm"]
55
build-backend = "setuptools.build_meta"
66

77
[project]

0 commit comments

Comments
 (0)