mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-23 23:48:16 +01:00
change requirement for numpy to 2.0.0
This commit is contained in:
parent
909bc58e32
commit
4de128f902
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
__version__ = "4.4.3.a4"
|
__version__ = "4.4.3.a5"
|
||||||
__codename__ = "Yeast Starter"
|
__codename__ = "Yeast Starter"
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ pyfiglet==1.0.2
|
||||||
pandas==2.2.2
|
pandas==2.2.2
|
||||||
shortuuid==1.0.13
|
shortuuid==1.0.13
|
||||||
tabulate==0.9.0
|
tabulate==0.9.0
|
||||||
numpy==1.26.4
|
numpy==2.0.0
|
||||||
cbpi4gui
|
cbpi4gui
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
importlib_metadata==4.11.1
|
importlib_metadata==4.11.1
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -62,7 +62,7 @@ setup(name='cbpi4',
|
||||||
'psutil==5.9.8',
|
'psutil==5.9.8',
|
||||||
'cbpi4gui',
|
'cbpi4gui',
|
||||||
'importlib_metadata',
|
'importlib_metadata',
|
||||||
'numpy==1.26.4',
|
'numpy==2.0.0',
|
||||||
'pandas==2.2.2'] + (
|
'pandas==2.2.2'] + (
|
||||||
['rpi-lgpio'] if raspberrypi else [] ) + (
|
['rpi-lgpio'] if raspberrypi else [] ) + (
|
||||||
['systemd-python'] if localsystem == "Linux" else [] ),
|
['systemd-python'] if localsystem == "Linux" else [] ),
|
||||||
|
|
Loading…
Reference in a new issue