mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
22 lines
623 B
TOML
22 lines
623 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "reasoning_gym"
|
|
version = "0.1.0"
|
|
authors = [
|
|
{ name="GPU Mode Community", email="info@gpumode.com" },
|
|
]
|
|
description = "A library of procedural dataset generators for training reasoning models"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"License :: OSI Approved :: MIT License",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
|
|
[project.urls]
|
|
"Homepage" = "https://github.com/gpumode/reasoning_gym"
|
|
"Bug Tracker" = "https://github.com/gpumode/reasoning_gym/issues"
|