From 537dc7a33f655cedae0646856cc8a71e9cf05f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20M=C3=BCller?= Date: Sat, 10 Oct 2020 21:24:10 +0200 Subject: [PATCH] use latest scipy (seems too work again) --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6c0a381..1cf3ea0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -scipy==1.4.1 +scipy cython pyqt5 pyserial diff --git a/setup.py b/setup.py index 74a95d2..86056c7 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( 'pyserial', 'PyQt5', 'numpy', - 'scipy<1.5', + 'scipy', 'cython', ], )