fix: adjust configuration for Colab compatibility

- Remove Windows support as not needed
- Move Python finding hints to cibuildwheel environment variables
- Keep pyproject.toml clean to avoid breaking normal builds
- Target manylinux_2_28 for better Colab compatibility
This commit is contained in:
Andy Lee
2025-07-25 10:09:21 -07:00
parent 2957c8bf5a
commit 015f43733a
4 changed files with 7 additions and 19 deletions

View File

@@ -79,7 +79,3 @@ before-all = """
# macOS系统依赖
[tool.cibuildwheel.macos]
before-all = "brew install boost zeromq openblas cmake"
# Windows系统依赖
[tool.cibuildwheel.windows]
before-all = "choco install cmake -y"