llm_math_reasoning / pyproject.toml
MingLi
code
63c6bf0
[project]
name = "llm-math-reasoning"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"torch>=2.6.0",
"transformers>=4.51.2",
]