[project] name = "repro-edumirror" version = "0.1.0" description = "Independent reproduction of EduMirror (ICML 2026, arXiv:2606.07948)" requires-python = ">=3.10" dependencies = ["openai>=1.40", "matplotlib>=3.8", "numpy>=1.26", "pandas>=2.0"] [project.optional-dependencies] dev = ["pytest>=8.0"] [tool.setuptools.packages.find] include = ["edumirror*"] [tool.pytest.ini_options] testpaths = ["tests"]