This commit is contained in:
2022-12-01 18:35:27 -08:00
parent 0540b542b0
commit 3856cb691f
7 changed files with 831 additions and 44 deletions

13
Pipfile Normal file
View File

@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
matplotlib = "*"
ipykernel = "*"
[dev-packages]
[requires]
python_version = "3.10"