[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"]