Skip to content

Commit aecafb8

Browse files
committed
Fix compatibility by limiting numpy latest version.
1 parent 14a0182 commit aecafb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def finalize_options(self):
4040
'multiprocess',
4141
'networkx<3.0',
4242
'ntplib',
43-
'numpy>=1.21',
43+
'numpy<2.0.0',
4444
'onnx',
4545
'paho-mqtt<2.0.0',
4646
'pandas',

0 commit comments

Comments
 (0)