Skip to content

Commit a70f923

Browse files
author
Matevz Morato
committed
Loosen the numpy requirement
1 parent e91a832 commit a70f923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def build_extension(self, ext):
280280
],
281281
python_requires='>=3.7',
282282
install_requires=[
283-
"numpy>=2.0.0",
283+
"numpy<3.0.0",
284284
],
285285
entry_points={
286286
"console_scripts": [

0 commit comments

Comments
 (0)