Datasets:
| [build-system] | |
| requires = ["setuptools>=68"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "oellm-code-rlvr" | |
| version = "0.1.0" | |
| description = "Deterministic, executable coding tasks for reinforcement learning with verifiable rewards" | |
| requires-python = ">=3.10" | |
| dependencies = ["pyarrow>=15"] | |
| [project.optional-dependencies] | |
| test = ["pytest>=8"] | |
| [tool.setuptools.packages.find] | |
| where = ["src"] | |
| [tool.pytest.ini_options] | |
| pythonpath = ["src"] | |