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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user