| [project] | |
| name = "reframr" | |
| version = "0.1.0" | |
| description = "CPU-first analytical language modeling research framework for REFRAMR." | |
| requires-python = ">=3.13" | |
| dependencies = [ | |
| "numpy>=2.1,<3", | |
| "scipy>=1.14,<2", | |
| "datasets>=4.1,<5", | |
| ] | |
| [project.scripts] | |
| reframr = "reframr.cli:main" | |
| [build-system] | |
| requires = ["setuptools>=68"] | |
| build-backend = "setuptools.build_meta" | |