From 2f8e252a54f5ef6643bd51b0911a86a76a320621 Mon Sep 17 00:00:00 2001 From: cringeyburger Date: Sat, 17 Aug 2024 19:36:13 +0530 Subject: [PATCH] test: add build-time dependencies --- asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv.conf.json b/asv.conf.json index 073f8ac3d7..a18ca64144 100644 --- a/asv.conf.json +++ b/asv.conf.json @@ -24,7 +24,7 @@ // "install_command": ["in-dir={env_dir} python -mpip install {wheel_file}"], // "uninstall_command": ["return-code=any python -mpip uninstall -y {project}"], "build_command": [ - "python -m pip install build", + "python -m pip install build scikit-build-core==0.10.3 casadi cmake pybind11", "python -m build --wheel -o {build_cache_dir} {build_dir} --no-isolation" ], "build_cache_dir": ".asv/cache",