JumpForge-Agentic-SE-3K / pyproject.toml
jumplander's picture
Upload 34 files
b227dc8 verified
Raw
History Blame Contribute Delete
277 Bytes
[project]
name = "jumpforge-agentic-se"
version = "1.0.0"
description = "Generation and validation utilities for JumpForge-Agentic-SE-3K"
requires-python = ">=3.10"
dependencies = [
"jsonschema>=4.0",
"scikit-learn>=1.3",
]
[tool.pytest.ini_options]
testpaths = ["tests"]