Initial commit

This commit is contained in:
2021-11-29 09:27:14 +01:00
commit 6e89d49d6b
6 changed files with 242 additions and 0 deletions

17
Pipfile Normal file
View File

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