From 4a492e5861fc08d94637b0ca3021e0e420b4b2af Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 11 Mar 2023 00:13:37 -0600 Subject: [PATCH] added matplotlib to requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d191e62..8612012 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -pvlib \ No newline at end of file +pvlib +matplotlib \ No newline at end of file