Skip to content

Commit 4e99b1a

Browse files
committed
Bound numpy to less than 2.0
This is in accordance with numpy/numpy#24300
1 parent a2d310c commit 4e99b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def package_files(directory):
126126
"jinja2",
127127
"lark",
128128
"matplotlib",
129-
"numpy",
129+
"numpy<2",
130130
"packaging",
131131
"pandas",
132132
"pluggy",

0 commit comments

Comments
 (0)