Skip to content

Commit 62a6ad6

Browse files
committed
adapt numpy version as well in setup.py
1 parent 43ab92b commit 62a6ad6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
'cbpi4gui',
8282
'importlib_metadata',
8383
'distro>=1.8.0',
84-
'numpy==2.3.3',
84+
'numpy==2.3.4',
8585
'pandas==2.3.3'] + board_reqs + (
8686
['systemd-python'] if localsystem == "Linux" else [] ),
8787

0 commit comments

Comments
 (0)