Skip to content

Commit fe9043a

Browse files
committed
chore: Add pyproject.toml
1 parent 8cd8985 commit fe9043a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

pyproject.toml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[project]
2+
name = "recursion"
3+
version = "0.1.0"
4+
description = "Improve RNN training"
5+
readme = "README.md"
6+
requires-python = ">=3.13"
7+
dependencies = [
8+
"torch",
9+
"adam-atan2",
10+
"einops",
11+
"tqdm",
12+
"coolname",
13+
"pydantic",
14+
"argdantic",
15+
"wandb",
16+
"omegaconf",
17+
"hydra-core",
18+
"huggingface_hub",
19+
"packaging",
20+
"ninja",
21+
"wheel",
22+
"setuptools",
23+
"setuptools-scm",
24+
"pydantic-core",
25+
"huggingface_hub",
26+
"numba",
27+
"triton",
28+
]

0 commit comments

Comments
 (0)