Skip to content

Commit

Permalink
up ci version
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Nov 20, 2024
1 parent 8a666f6 commit 252ea24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4

- name: Build wheels
uses: pypa/[email protected]
uses: pypa/cibuildwheel@v2.21.3 #2.19.2
env:
CIBW_ARCHS_MACOS: x86_64 arm64

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ build-dir = "build/{wheel_tag}"

[tool.scikit-build.ninja]
make-fallback = false
minimum-version = "1.11"

[tool.scikit-build.cmake]
build-type = "Release"
Expand Down Expand Up @@ -50,6 +49,8 @@ name = "pyclesperanto"
readme = "README.md"
requires-python = ">=3.8"
dynamic = ["version"]
license = { file = "LICENSE" }
keywords = ["image processing", "GPU", "OpenCL", "scientific computing"]


[project.urls]
Expand Down

0 comments on commit 252ea24

Please sign in to comment.