From 884f8b86f46ceda3abc024c582dd7e88be04e2c8 Mon Sep 17 00:00:00 2001 From: avollkopf <43980694+avollkopf@users.noreply.github.com> Date: Mon, 21 Jun 2021 07:12:26 +0200 Subject: [PATCH] Added particular numpy version existing version shows error when scipy gets installed --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 72b9a28..c39b827 100644 --- a/setup.py +++ b/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"'