Skip to content

Commit

Permalink
Merge branch 'main' into update_numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzenklotz authored Oct 24, 2024
2 parents ca23e66 + 7ecf9dd commit 7c009e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/onnxruntime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
build_wheels:
name: Build onnxruntime wheel for
runs-on: ubuntu-latest

strategy:
matrix:
python_version: ["3.10", "3.11"]
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/pylibczirw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
pylibczirwVersion:
description: "pylibCZIrw version"
required: true
default: "4.1.1"
default: "4.1.3"
cibwVersion:
description: "cibuildwheel version"
default: "2.18.1"
default: "2.21.3"

jobs:
build_wheels:
Expand Down Expand Up @@ -84,6 +84,7 @@ jobs:
CIBW_ARCHS_MACOS: ${{ matrix.os == 'macos-13' && 'x86_64' || 'arm64' }}
CIBW_ARCHS_LINUX: "x86_64"
CIBW_ARCHS_WINDOWS: "AMD64"
CIBW_MANYLINUX_X86_64_IMAGE: "quay.io/pypa/manylinux2014_x86_64:2024.09.22-4"
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.os == 'macos-13' && '12.0' || '14.0' }}
with:
package-dir: ./pylibCZIrw
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Builds wheels for Python dependencies:

- `sortednp`
- `pylibCZIrw`
- [`sortednp`](https://gitlab.sauerburger.com/frank/sortednp)
- [`pylibCZIrw`](https://pypi.org/project/pylibCZIrw/)
- [`dracoPy`](https://github.com/seung-lab/DracoPy)

0 comments on commit 7c009e5

Please sign in to comment.