This commit is contained in:
Kai Vogelgesang
2025-09-18 18:33:58 +02:00
commit 489ddd75b9
76 changed files with 46624555 additions and 0 deletions

18
Pipfile Normal file
View File

@@ -0,0 +1,18 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
jupyter-book = "<0.14"
matplotlib = "*"
rise = "*"
nbstripout = "*"
scipy = "*"
sphinx-proof = "*"
pillow = "*"
[dev-packages]
[requires]
python_version = "3.11"