[Bot] Update dependencies (#1417)

Update dependencies

Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
This commit is contained in:
cibuildwheel-bot[bot]
2023-02-20 09:55:37 -05:00
committed by GitHub
co-authored by cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
parent a4ac064b0f
commit fbebb732e6
11 changed files with 79 additions and 79 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ Here are some repos that use cibuildwheel.
| [Kivy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS |
| [Prophet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. |
| [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | The compiled version of MyPy using MyPyC. |
| [pydantic][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Data parsing and validation using Python type hints |
| [pydantic][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Data validation using Python type hints |
[scikit-learn]: https://github.com/scikit-learn/scikit-learn
[NumPy]: https://github.com/numpy/numpy
+12 -12
View File
@@ -81,12 +81,12 @@ python_configurations = [
{ identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" },
{ identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" },
{ identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" },
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.9/python-3.10.9-macos11.pkg" },
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.9/python-3.10.9-macos11.pkg" },
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.9/python-3.10.9-macos11.pkg" },
{ identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.1/python-3.11.1-macos11.pkg" },
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.1/python-3.11.1-macos11.pkg" },
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.1/python-3.11.1-macos11.pkg" },
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.10/python-3.10.10-macos11.pkg" },
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.10/python-3.10.10-macos11.pkg" },
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.10/python-3.10.10-macos11.pkg" },
{ identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.2/python-3.11.2-macos11.pkg" },
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.2/python-3.11.2-macos11.pkg" },
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.2/python-3.11.2-macos11.pkg" },
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-osx64.tar.bz2" },
{ identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_x86_64.tar.bz2" },
{ identifier = "pp38-macosx_arm64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_arm64.tar.bz2" },
@@ -104,13 +104,13 @@ python_configurations = [
{ identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" },
{ identifier = "cp39-win32", version = "3.9.13", arch = "32" },
{ identifier = "cp39-win_amd64", version = "3.9.13", arch = "64" },
{ identifier = "cp310-win32", version = "3.10.9", arch = "32" },
{ identifier = "cp310-win_amd64", version = "3.10.9", arch = "64" },
{ identifier = "cp311-win32", version = "3.11.1", arch = "32" },
{ identifier = "cp311-win_amd64", version = "3.11.1", arch = "64" },
{ identifier = "cp310-win32", version = "3.10.10", arch = "32" },
{ identifier = "cp310-win_amd64", version = "3.10.10", arch = "64" },
{ identifier = "cp311-win32", version = "3.11.2", arch = "32" },
{ identifier = "cp311-win_amd64", version = "3.11.2", arch = "64" },
{ identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" },
{ identifier = "cp310-win_arm64", version = "3.10.8", arch = "ARM64" },
{ identifier = "cp311-win_arm64", version = "3.11.1", arch = "ARM64" },
{ identifier = "cp310-win_arm64", version = "3.10.10", arch = "ARM64" },
{ identifier = "cp311-win_arm64", version = "3.11.2", arch = "ARM64" },
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-win64.zip" },
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-win64.zip" },
{ identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.11-win64.zip" },
@@ -12,17 +12,17 @@ filelock==3.9.0
# via virtualenv
packaging==23.0
# via delocate
platformdirs==2.6.2
platformdirs==3.0.0
# via virtualenv
typing-extensions==4.4.0
typing-extensions==4.5.0
# via delocate
virtualenv==20.17.1
virtualenv==20.19.0
# via -r cibuildwheel/resources/constraints.in
wheel==0.38.4
# via -r cibuildwheel/resources/constraints.in
# The following packages are considered to be unsafe in a requirements file:
pip==23.0
pip==23.0.1
# via -r cibuildwheel/resources/constraints.in
setuptools==67.1.0
setuptools==67.3.2
# via -r cibuildwheel/resources/constraints.in
@@ -12,17 +12,17 @@ filelock==3.9.0
# via virtualenv
packaging==23.0
# via delocate
platformdirs==2.6.2
platformdirs==3.0.0
# via virtualenv
typing-extensions==4.4.0
typing-extensions==4.5.0
# via delocate
virtualenv==20.17.1
virtualenv==20.19.0
# via -r cibuildwheel/resources/constraints.in
wheel==0.38.4
# via -r cibuildwheel/resources/constraints.in
# The following packages are considered to be unsafe in a requirements file:
pip==23.0
pip==23.0.1
# via -r cibuildwheel/resources/constraints.in
setuptools==67.1.0
setuptools==67.3.2
# via -r cibuildwheel/resources/constraints.in
@@ -14,22 +14,22 @@ importlib-metadata==6.0.0
# via virtualenv
packaging==23.0
# via delocate
platformdirs==2.6.2
platformdirs==3.0.0
# via virtualenv
typing-extensions==4.4.0
typing-extensions==4.5.0
# via
# delocate
# importlib-metadata
# platformdirs
virtualenv==20.17.1
virtualenv==20.19.0
# via -r cibuildwheel/resources/constraints.in
wheel==0.38.4
# via -r cibuildwheel/resources/constraints.in
zipp==3.12.1
zipp==3.14.0
# via importlib-metadata
# The following packages are considered to be unsafe in a requirements file:
pip==23.0
pip==23.0.1
# via -r cibuildwheel/resources/constraints.in
setuptools==67.1.0
setuptools==67.3.2
# via -r cibuildwheel/resources/constraints.in
@@ -12,17 +12,17 @@ filelock==3.9.0
# via virtualenv
packaging==23.0
# via delocate
platformdirs==2.6.2
platformdirs==3.0.0
# via virtualenv
typing-extensions==4.4.0
typing-extensions==4.5.0
# via delocate
virtualenv==20.17.1
virtualenv==20.19.0
# via -r cibuildwheel/resources/constraints.in
wheel==0.38.4
# via -r cibuildwheel/resources/constraints.in
# The following packages are considered to be unsafe in a requirements file:
pip==23.0
pip==23.0.1
# via -r cibuildwheel/resources/constraints.in
setuptools==67.1.0
setuptools==67.3.2
# via -r cibuildwheel/resources/constraints.in
@@ -12,17 +12,17 @@ filelock==3.9.0
# via virtualenv
packaging==23.0
# via delocate
platformdirs==2.6.2
platformdirs==3.0.0
# via virtualenv
typing-extensions==4.4.0
typing-extensions==4.5.0
# via delocate
virtualenv==20.17.1
virtualenv==20.19.0
# via -r cibuildwheel/resources/constraints.in
wheel==0.38.4
# via -r cibuildwheel/resources/constraints.in
# The following packages are considered to be unsafe in a requirements file:
pip==23.0
pip==23.0.1
# via -r cibuildwheel/resources/constraints.in
setuptools==67.1.0
setuptools==67.3.2
# via -r cibuildwheel/resources/constraints.in
+5 -5
View File
@@ -12,17 +12,17 @@ filelock==3.9.0
# via virtualenv
packaging==23.0
# via delocate
platformdirs==2.6.2
platformdirs==3.0.0
# via virtualenv
typing-extensions==4.4.0
typing-extensions==4.5.0
# via delocate
virtualenv==20.17.1
virtualenv==20.19.0
# via -r cibuildwheel/resources/constraints.in
wheel==0.38.4
# via -r cibuildwheel/resources/constraints.in
# The following packages are considered to be unsafe in a requirements file:
pip==23.0
pip==23.0.1
# via -r cibuildwheel/resources/constraints.in
setuptools==67.1.0
setuptools==67.3.2
# via -r cibuildwheel/resources/constraints.in
+20 -20
View File
@@ -1,49 +1,49 @@
[x86_64]
manylinux1 = quay.io/pypa/manylinux1_x86_64:2023-02-05-7c3bb1c
manylinux1 = quay.io/pypa/manylinux1_x86_64:2023-02-09-5e8b8af
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-02-05-56647d4
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-02-13-f687857
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-02-05-56647d4
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-02-05-56647d4
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-02-13-f687857
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-02-13-f687857
[i686]
manylinux1 = quay.io/pypa/manylinux1_i686:2023-02-05-7c3bb1c
manylinux1 = quay.io/pypa/manylinux1_i686:2023-02-09-5e8b8af
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-02-05-56647d4
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-02-13-f687857
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-02-05-56647d4
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-02-13-f687857
[pypy_x86_64]
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-02-05-56647d4
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-02-13-f687857
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-02-05-56647d4
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-02-13-f687857
[pypy_i686]
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-02-05-56647d4
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-02-13-f687857
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463
[aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-02-05-56647d4
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-02-13-f687857
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-02-05-56647d4
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-02-05-56647d4
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-02-13-f687857
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-02-13-f687857
[ppc64le]
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-02-05-56647d4
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-02-13-f687857
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-12-26-0d38463
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2023-01-03-129be5e
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-02-05-56647d4
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-02-13-f687857
[s390x]
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-02-05-56647d4
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-02-13-f687857
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-12-26-0d38463
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-02-05-56647d4
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-02-05-56647d4
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-02-13-f687857
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-02-13-f687857
[pypy_aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-02-05-56647d4
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-02-13-f687857
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-02-05-56647d4
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-02-13-f687857
+2 -2
View File
@@ -1,2 +1,2 @@
version = "20.17.1"
url = "https://github.com/pypa/get-virtualenv/blob/20.17.1/public/virtualenv.pyz?raw=true"
version = "20.19.0"
url = "https://github.com/pypa/get-virtualenv/blob/20.19.0/public/virtualenv.pyz?raw=true"
+13 -13
View File
@@ -17,7 +17,7 @@ title: Working examples
| [Kivy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS |
| [Prophet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. |
| [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | The compiled version of MyPy using MyPyC. |
| [pydantic][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Data parsing and validation using Python type hints |
| [pydantic][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Data validation using Python type hints |
| [MemRay][] | ![github icon][] | ![linux icon][] | Memray is a memory profiler for Python |
| [uvloop][] | ![github icon][] | ![apple icon][] ![linux icon][] | Ultra fast asyncio event loop. |
| [psutil][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Cross-platform lib for process and system monitoring in Python |
@@ -28,8 +28,8 @@ title: Working examples
| [asyncpg][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A fast PostgreSQL Database Client Library for Python/asyncio. |
| [PyGame][] | ![github icon][] | ![apple icon][] ![linux icon][] | 🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL. |
| [cmake][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. |
| [scikit-image][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Image processing library. Uses cibuildwheel to build and test a project that uses Cython with platform-native code. |
| [Triton][] | ![github icon][] | ![linux icon][] | Self hosted runners |
| [scikit-image][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Image processing library. Uses cibuildwheel to build and test a project that uses Cython with platform-native code. |
| [twisted-iocpsupport][] | ![github icon][] | ![windows icon][] | A submodule of Twisted that hooks into native C APIs using Cython. |
| [PyOxidizer][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A modern Python application packaging and distribution tool |
| [websockets][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Library for building WebSocket servers and clients. Mostly written in Python, with a small C 'speedups' extension module. |
@@ -57,8 +57,8 @@ title: Working examples
| [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | 🏕️ Reproducible development environment for AI/ML |
| [OpenColorIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A color management framework for visual effects and animation. |
| [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in Python |
| [PyTables][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python package to manage extremely large amounts of data |
| [OpenTimelineIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Open Source API and interchange format for editorial timeline information. |
| [PyTables][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python package to manage extremely large amounts of data |
| [ruptures][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Extensive Cython + NumPy [pyproject.toml](https://github.com/deepcharles/ruptures/blob/master/pyproject.toml) example. |
| [Psycopg 3][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A modern implementation of a PostgreSQL adapter for Python |
| [Parselmouth][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python interface to the Praat software package, using pybind11, C++17 and CMake, with the core Praat static library built only once and shared between wheels. |
@@ -71,9 +71,9 @@ title: Working examples
| [Picologging][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A high-performance logging library for Python. |
| [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system |
| [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson |
| [CTranslate2][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes libraries from the [Intel oneAPI toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html) and CUDA kernels compiled for multiple GPU architectures. |
| [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library |
| [KDEpy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Kernel Density Estimation in Python |
| [CTranslate2][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes libraries from the [Intel oneAPI toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html) and CUDA kernels compiled for multiple GPU architectures. |
| [tgcalls][] | ![github icon][] | ![apple icon][] ![windows icon][] | Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. |
| [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. |
| [pybind11 python_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a Python-based build system |
@@ -96,16 +96,16 @@ title: Working examples
| [Arbor][] | ![github icon][] | ![apple icon][] ![linux icon][] | Arbor is a multi-compartment neuron simulation library; compatible with next-generation accelerators; best-practices applied to research software; focused on community-driven development. Includes a [small script](https://github.com/arbor-sim/arbor/blob/master/scripts/patchwheel.py) patching `rpath` in bundled libraries. |
| [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms |
| [pillow-heif][] | ![github icon][] ![cirrusci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Bindings to libheif library with third party dependencies. Fully automated CI for tests and publishing including Apple Silicon builds. |
| [Imagecodecs (fork)][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] | Over 20 external dependencies in compiled libraries, custom docker image, `libomp`, `openblas` and `install_name_tool` for macOS. |
| [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. |
| [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. |
| [Imagecodecs (fork)][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] | Over 20 external dependencies in compiled libraries, custom docker image, `libomp`, `openblas` and `install_name_tool` for macOS. |
| [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis |
| [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. |
| [cf-units][] | ![github icon][] | ![apple icon][] ![linux icon][] | Units of measure as required by the Climate and Forecast (CF) Metadata Conventions |
| [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. |
| [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 |
| [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy |
| [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy |
| [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. |
| [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy |
| [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. |
| [ril][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A python binding to Rust Imaging library using maturin and Pyo3, utilizes Github Action cache to improve speed. Builds abi3 wheels. |
| [SiPM][] | ![github icon][] | ![apple icon][] ![linux icon][] | High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. |
@@ -134,8 +134,8 @@ title: Working examples
[asyncpg]: https://github.com/MagicStack/asyncpg
[PyGame]: https://github.com/pygame/pygame
[cmake]: https://github.com/scikit-build/cmake-python-distributions
[scikit-image]: https://github.com/scikit-image/scikit-image
[Triton]: https://github.com/openai/triton
[scikit-image]: https://github.com/scikit-image/scikit-image
[twisted-iocpsupport]: https://github.com/twisted/twisted-iocpsupport
[PyOxidizer]: https://github.com/indygreg/PyOxidizer
[websockets]: https://github.com/aaugustin/websockets
@@ -163,8 +163,8 @@ title: Working examples
[envd]: https://github.com/tensorchord/envd
[OpenColorIO]: https://github.com/AcademySoftwareFoundation/OpenColorIO
[aioquic]: https://github.com/aiortc/aioquic
[PyTables]: https://github.com/PyTables/PyTables
[OpenTimelineIO]: https://github.com/PixarAnimationStudios/OpenTimelineIO
[PyTables]: https://github.com/PyTables/PyTables
[ruptures]: https://github.com/deepcharles/ruptures
[Psycopg 3]: https://github.com/psycopg/psycopg
[Parselmouth]: https://github.com/YannickJadoul/Parselmouth
@@ -177,9 +177,9 @@ title: Working examples
[Picologging]: https://github.com/microsoft/picologging
[pybind11 cmake_example]: https://github.com/pybind/cmake_example
[python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson
[CTranslate2]: https://github.com/OpenNMT/CTranslate2
[python-snappy]: https://github.com/andrix/python-snappy
[KDEpy]: https://github.com/tommyod/KDEpy
[CTranslate2]: https://github.com/OpenNMT/CTranslate2
[tgcalls]: https://github.com/MarshalX/tgcalls
[time-machine]: https://github.com/adamchainz/time-machine
[pybind11 python_example]: https://github.com/pybind/python_example
@@ -202,16 +202,16 @@ title: Working examples
[Arbor]: https://github.com/arbor-sim/arbor
[fathon]: https://github.com/stfbnc/fathon
[pillow-heif]: https://github.com/bigcat88/pillow_heif
[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build
[polaroid]: https://github.com/daggy1234/polaroid
[etebase-py]: https://github.com/etesync/etebase-py
[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build
[power-grid-model]: https://github.com/alliander-opensource/power-grid-model
[etebase-py]: https://github.com/etesync/etebase-py
[cf-units]: https://github.com/SciTools/cf-units
[clang-format]: https://github.com/ssciwr/clang-format-wheel
[pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example
[numpythia]: https://github.com/scikit-hep/numpythia
[pyjet]: https://github.com/scikit-hep/pyjet
[ninja]: https://github.com/scikit-build/ninja-python-distributions
[pyjet]: https://github.com/scikit-hep/pyjet
[GSD]: https://github.com/glotzerlab/gsd
[ril]: https://github.com/Cryptex-github/ril-py
[SiPM]: https://github.com/EdoPro98/SimSiPM