diff options
| author | Jeroen Schickendantz <[email protected]> | 2022-12-12 10:38:33 -0500 |
|---|---|---|
| committer | Jeroen Schickendantz <[email protected]> | 2022-12-12 10:38:33 -0500 |
| commit | 8557174c5ae182b493b596d2e465457a1c73ec84 (patch) | |
| tree | 2c7a8c70e98aba959f111557a7919c1abbefa638 /tools/requirements.txt | |
| parent | 3c59340e315d860f1c39d3d41e808770d0b91697 (diff) | |
[Feature] Graphing tool CLI update
Added CLI integration for graphing tool.
Added area graphing features for graphing tool.
Added PDF output for graphing tool.
Added probe graph output for graphing tool.
Diffstat (limited to 'tools/requirements.txt')
| -rw-r--r-- | tools/requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/requirements.txt b/tools/requirements.txt new file mode 100644 index 0000000..32691d7 --- /dev/null +++ b/tools/requirements.txt @@ -0,0 +1,2 @@ +pandas==1.5.2 # need >1.5 because of "step" in rolling() mean +matplotlib==3.5.1
\ No newline at end of file |
