We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f75d18 commit 63c6febCopy full SHA for 63c6feb
.github/workflows/windows_wheels.yaml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
python -m venv .venv
47
call .venv\Scripts\activate.bat
48
- python -m pip install wheel setuptools # setuptools needed for Python >=3.12
+ python -m pip install --upgrade setuptools pip wheel build pytest
49
python -m pip install cibuildwheel
50
python -m pip install -r requirements.txt
51
shell: cmd
pyproject.toml
@@ -1,8 +1,6 @@
1
[build-system]
2
requires = [
3
"scikit-build-core",
4
- "cmake>=3.15",
5
- "ninja",
6
"setuptools>=69.2.0",
7
"numpy>=2.0"
8
]
0 commit comments