aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-07-11 16:56:57 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-07-11 16:56:57 +0200
commit503966ab0c9357a029d384600afa06239490d9c1 (patch)
tree5a78e4ef7fbb70e51d0436c2efcb8f67d76fe8f4
parentedbc3989545ca7d74dc9f99593655b3d66eddd5f (diff)
downloadallocbench-503966ab0c9357a029d384600afa06239490d9c1.tar.gz
allocbench-503966ab0c9357a029d384600afa06239490d9c1.zip
[pipenv] add scipy and tikzplotlib to the dependencies
-rw-r--r--Pipfile2
1 files changed, 2 insertions, 0 deletions
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"