From 8557174c5ae182b493b596d2e465457a1c73ec84 Mon Sep 17 00:00:00 2001 From: Jeroen Schickendantz <60529194+Schickendantzj@users.noreply.github.com> Date: Mon, 12 Dec 2022 10:38:33 -0500 Subject: [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. --- tools/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/requirements.txt (limited to 'tools/requirements.txt') 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 -- cgit v1.2.3