math-gpt2 / pyproject.toml
Sierra-W117's picture
Initial commit
7daf5bf
raw
history blame contribute delete
322 Bytes
[project]
name = "math-gpt2"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"accelerate>=1.2.1",
"datasets>=3.2.0",
"ipykernel>=6.29.5",
"ipywidgets>=8.1.5",
"numpy>=2.2.1",
"torch>=2.5.1",
"transformers>=4.47.1",
]