oellm-code-rlvr / pyproject.toml
birgermoell's picture
Release v0.1.0 metadata, source, validation and test
f164cc9 verified
Raw
History Blame Contribute Delete
455 Bytes
[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"]