Initial commit

This commit is contained in:
2025-07-25 00:52:58 -04:00
parent 6a84ed84f8
commit 5beb1cf1e1
4 changed files with 2230 additions and 1 deletions

View File

@@ -4,4 +4,12 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
dependencies = [
"ipykernel>=6.30.0",
"ipython>=9.4.0",
"jax[cuda12]>=0.7.0",
"jupyter>=1.1.1",
"matplotlib>=3.10.3",
"seaborn>=0.13.2",
"tqdm>=4.67.1",
]