From 503966ab0c9357a029d384600afa06239490d9c1 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sat, 11 Jul 2020 16:56:57 +0200 Subject: [pipenv] add scipy and tikzplotlib to the dependencies --- Pipfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pipfile b/Pipfile index ee26f17..1fdec70 100644 --- a/Pipfile +++ b/Pipfile @@ -10,6 +10,8 @@ pylint = "*" [packages] numpy = "*" matplotlib = "*" +tikzplotlib = "*" +scipy = "*" [requires] python_version = "3.7" -- cgit v1.2.3