Files
graph_recognition_w_attn/pyproject.toml
2025-07-31 01:12:53 -04:00

19 lines
403 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",
"networkx>=3.5",
"optax>=0.2.5",
"scikit-learn>=1.7.1",
"seaborn>=0.13.2",
"tqdm>=4.67.1",
]