mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
Added particular numpy version
existing version shows error when scipy gets installed
This commit is contained in:
parent
4e22e6415e
commit
884f8b86f4
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -34,6 +34,7 @@ setup(name='cbpi',
|
|||
'shortuuid==1.0.1',
|
||||
'tabulate==0.8.7',
|
||||
'asyncio-mqtt',
|
||||
'numpy==1.20.3',
|
||||
'scipy',
|
||||
'cbpi4ui',
|
||||
'RPi.GPIO; sys_platform == "linux"'
|
||||
|
|
Loading…
Reference in a new issue