Skip to content

Commit e7c0244

Browse files
committed
testing
1 parent 06d4a9c commit e7c0244

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools==59.2.0", "wheel==0.37.0", "cmake>=3.1", "pip",
3+
"cmake>=3.1",
44
"scikit-build>=0.13.2",
5-
"numpy==1.26.4",
5+
"numpy>=1.26.4",
66
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def main():
2424
build_rolling = get_build_env_var_by_name("rolling")
2525

2626
install_requires = [
27-
"numpy==1.26.4,<2",
27+
"numpy>=1.26.4,<2",
2828
]
2929

3030
python_version = cmaker.CMaker.get_python_version()

0 commit comments

Comments
 (0)