[build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] name = "climbingboardgpt" version = "0.2.1" description = "Unified TB2/Kilter transformer route modeling, grade prediction, and GPT-style route generation." readme = "README.md" requires-python = ">=3.12" dependencies = [ "numpy", "pandas", "scipy", "scikit-learn", "matplotlib", "torch" ] [tool.setuptools.packages.find] where = ["src"]