Skip to content

Commit

Permalink
enforce dependency versions via matrix argument in asv
Browse files Browse the repository at this point in the history
  • Loading branch information
lapp0 committed Oct 19, 2024
1 parent c86e55d commit cc7400b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
"python -mpip install .",
"PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}",
],
"matrix": {
"req": {
"outlines-core": [""],
"outlines": ["0.0.46"],
"lm-format-enforcer": [""]
}
},
"environment_type": "virtualenv",
"show_commit_url": "https://github.com/outlines-dev/benchmarks/commit/",
"benchmark_dir": ".",
Expand Down

0 comments on commit cc7400b

Please sign in to comment.