selfdistill-repro-bundle / pyproject.toml
Eishaan's picture
Reproduction bundle: scripts, src, per-claim outputs
79bd9ac verified
Raw
History Blame Contribute Delete
252 Bytes
[project]
name = "self-distillation"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"matplotlib>=3.11.0",
"numpy>=2.5.1",
"pandas>=3.0.3",
"plotly>=6.9.0",
]