This commit is contained in:
David Rice
2026-05-26 17:33:02 +02:00
parent 423766f7a3
commit 0f7b0e1ac5
9 changed files with 1448 additions and 94 deletions

View File

@@ -0,0 +1,13 @@
{
"permissions": {
"allow": [
"Bash(python *)",
"Bash(pip list *)",
"Read(//c/Users/DavidRice/AppData/Local/Programs/Python/Python312/Scripts/**)",
"Bash(py -3.11 -c \"import matplotlib; print\\(matplotlib.__version__\\)\")",
"Bash(py -3.10 -c \"import matplotlib; print\\(matplotlib.__version__\\)\")",
"Bash(pip install *)",
"Bash(\"C:/Users/DavidRice/AppData/Local/Programs/Python/Python312/python.exe\" -m pip install matplotlib)"
]
}
}