initial commit

This commit is contained in:
2023-04-09 00:04:20 -06:00
commit ec90a36d09
24 changed files with 1237 additions and 0 deletions

17
Pipfile Normal file
View File

@@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
numpy = "*"
scipy = "*"
matplotlib = "*"
black = "*"
flake8 = "*"
[dev-packages]
ipykernel = "*"
[requires]
python_version = "3.8"