diff --git a/.github/workflows/onnxruntime.yaml b/.github/workflows/onnxruntime.yaml index 521e38d..0e66f15 100644 --- a/.github/workflows/onnxruntime.yaml +++ b/.github/workflows/onnxruntime.yaml @@ -12,6 +12,7 @@ jobs: build_wheels: name: Build onnxruntime wheel for runs-on: ubuntu-latest + strategy: matrix: python_version: ["3.10", "3.11"] diff --git a/.github/workflows/pylibczirw.yml b/.github/workflows/pylibczirw.yml index 706cc14..a781e6f 100644 --- a/.github/workflows/pylibczirw.yml +++ b/.github/workflows/pylibczirw.yml @@ -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: @@ -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 diff --git a/README.md b/README.md index b06e93c..ea92ee6 100644 --- a/README.md +++ b/README.md @@ -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)