diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-07-11 16:56:57 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-07-11 16:56:57 +0200 |
| commit | 503966ab0c9357a029d384600afa06239490d9c1 (patch) | |
| tree | 5a78e4ef7fbb70e51d0436c2efcb8f67d76fe8f4 | |
| parent | edbc3989545ca7d74dc9f99593655b3d66eddd5f (diff) | |
| download | allocbench-503966ab0c9357a029d384600afa06239490d9c1.tar.gz allocbench-503966ab0c9357a029d384600afa06239490d9c1.zip | |
[pipenv] add scipy and tikzplotlib to the dependencies
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ pylint = "*" [packages] numpy = "*" matplotlib = "*" +tikzplotlib = "*" +scipy = "*" [requires] python_version = "3.7" |
