initial commit

This commit is contained in:
2024-11-30 14:20:30 +01:00
commit 795e2b5b92
22 changed files with 646317 additions and 0 deletions

16
Pipfile Normal file
View File

@@ -0,0 +1,16 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
numpy = "*"
ipython = "*"
jupyter = "*"
matplotlib = "*"
scipy = "*"
[dev-packages]
[requires]
python_version = "3.12"