add matplotlib as requirement

This commit is contained in:
Ryan Tang 2024-11-05 14:17:08 -05:00
parent 6ac262c3f6
commit 5503212312
2 changed files with 6 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"files.associations": {
"InFileCreator.C": "cpp"
}
}

View File

@ -4,3 +4,4 @@ PyQt6-Qt6
PyQt6-WebEngine PyQt6-WebEngine
numpy numpy
pandas pandas
matplotlib