From 49ff50a7081e3b70c767d63b55c0945de5876b47 Mon Sep 17 00:00:00 2001
From: Thomas Kluyver <thomas@kluyver.me.uk>
Date: Tue, 28 Sep 2021 10:45:24 +0100
Subject: [PATCH] Add explicit dependencies on matplotlib, scipy

---
 setup.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/setup.py b/setup.py
index 3ba66b900..956173615 100644
--- a/setup.py
+++ b/setup.py
@@ -97,6 +97,7 @@ setup(
         "kafka-python==2.0.2",
         "karabo_data==0.7.0",
         "lxml==4.5.0",
+        "matplotlib==3.4.2",
         "metadata_client==3.0.8",
         "nbclient==0.5.1",
         "nbconvert==5.6.1",
@@ -113,6 +114,7 @@ setup(
         "pyzmq==19.0.0",
         "requests==2.22.0",
         "scikit-learn==0.22.2.post1",
+        "scipy==1.7.0",
         "sharedmem==0.3.8",
         "sphinx==1.8.5",
         "tabulate==0.8.6",
-- 
GitLab