change requirement for numpy to 2.0.0

This commit is contained in:
avollkopf 2024-07-07 19:25:00 +02:00
parent 909bc58e32
commit 4de128f902
3 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
__version__ = "4.4.3.a4"
__version__ = "4.4.3.a5"
__codename__ = "Yeast Starter"

View file

@ -16,7 +16,7 @@ pyfiglet==1.0.2
pandas==2.2.2
shortuuid==1.0.13
tabulate==0.9.0
numpy==1.26.4
numpy==2.0.0
cbpi4gui
click==8.1.7
importlib_metadata==4.11.1

View file

@ -62,7 +62,7 @@ setup(name='cbpi4',
'psutil==5.9.8',
'cbpi4gui',
'importlib_metadata',
'numpy==1.26.4',
'numpy==2.0.0',
'pandas==2.2.2'] + (
['rpi-lgpio'] if raspberrypi else [] ) + (
['systemd-python'] if localsystem == "Linux" else [] ),