Skip to content

Commit 90a9fa0

Browse files
committed
Remove pre-built requirement
1 parent 86921ed commit 90a9fa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ test-command = "python -c 'import libcachesim; print(\"Import successful\")'"
8787

8888
[tool.cibuildwheel.linux]
8989
before-all = "yum install -y yum-utils && yum-config-manager --set-enabled crb && yum install -y ninja-build cmake libzstd-devel glib2-devel xgboost-devel lightgbm-devel"
90-
before-build = "pip install pybind11 && git submodule update --init --recursive && python {project}/scripts/smart_build.py"
90+
before-build = "pip install pybind11 && git submodule update --init --recursive"
9191

9292
[tool.cibuildwheel.macos]
9393
before-all = "brew install glib google-perftools argp-standalone xxhash llvm wget cmake ninja zstd xgboost lightgbm"
94-
before-build = "pip install pybind11 && git submodule update --init --recursive && python {project}/scripts/smart_build.py"
94+
before-build = "pip install pybind11 && git submodule update --init --recursive"
9595

9696
[tool.ruff]
9797
# Allow lines to be as long as 120.

0 commit comments

Comments
 (0)