{
"version": 1,
"project": "outlines-core",
"project_url": "https://dottxt-ai.github.io/outlines-core/",
"repo": "..",
"branches": [
"HEAD"
],
"build_command": [
"python -m pip install .[test]",
"PIP_NO_BUILD_ISOLATION=false python -m pip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}"
],
"matrix": {
"torch": ["2.4.0"],
"numpy": ["2.2.3"],
"numba": ["0.60.0"]
},
"environment_type": "virtualenv",
"show_commit_url": "https://github.com/dottxt-ai/outlines-core/commit/",
"benchmark_dir": ".",
"env_dir": "env",
"results_dir": "results",
"html_dir": "html",
"build_cache_size": 8
}