Skip to content

Commit 63c6feb

Browse files
author
Martin Urban
committed
Update GHA XI
1 parent 0f75d18 commit 63c6feb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/windows_wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
python -m venv .venv
4747
call .venv\Scripts\activate.bat
48-
python -m pip install wheel setuptools # setuptools needed for Python >=3.12
48+
python -m pip install --upgrade setuptools pip wheel build pytest
4949
python -m pip install cibuildwheel
5050
python -m pip install -r requirements.txt
5151
shell: cmd

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[build-system]
22
requires = [
33
"scikit-build-core",
4-
"cmake>=3.15",
5-
"ninja",
64
"setuptools>=69.2.0",
75
"numpy>=2.0"
86
]

0 commit comments

Comments
 (0)