Files
graph_recognition_w_attn/pyproject.toml
2025-07-25 00:52:58 -04:00

15 lines
334 B
TOML

[project]
name = "graph-recognition-w-attn"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
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",
]