From 550321231253cb08714dde2e4ebaaaa55abad527 Mon Sep 17 00:00:00 2001 From: "Ryan@SOLARIS_testStation" Date: Tue, 5 Nov 2024 14:17:08 -0500 Subject: [PATCH] add matplotlib as requirement --- .vscode/settings.json | 5 +++++ PyGUIQt6/requirements.txt | 1 + 2 files changed, 6 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..cb35d50 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "InFileCreator.C": "cpp" + } +} \ No newline at end of file diff --git a/PyGUIQt6/requirements.txt b/PyGUIQt6/requirements.txt index 2cc5588..003ad06 100644 --- a/PyGUIQt6/requirements.txt +++ b/PyGUIQt6/requirements.txt @@ -4,3 +4,4 @@ PyQt6-Qt6 PyQt6-WebEngine numpy pandas +matplotlib \ No newline at end of file