From 32c8f96644d2abff09937fe1c9e47ad79675e62c Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 06:13:42 +0000 Subject: [PATCH] Update dependencies --- README.md | 4 +- cibuildwheel/resources/build-platforms.toml | 12 ++--- .../resources/constraints-python310.txt | 12 ++--- .../resources/constraints-python311.txt | 8 +-- .../resources/constraints-python312.txt | 8 +-- .../resources/constraints-python37.txt | 2 +- .../resources/constraints-python38.txt | 12 ++--- .../resources/constraints-python39.txt | 12 ++--- cibuildwheel/resources/constraints.txt | 8 +-- .../resources/pinned_docker_images.cfg | 52 +++++++++---------- docs/working-examples.md | 16 +++--- 11 files changed, 70 insertions(+), 76 deletions(-) diff --git a/README.md b/README.md index 6c1594638..c48fd1e7e 100644 --- a/README.md +++ b/README.md @@ -167,8 +167,8 @@ Here are some repos that use cibuildwheel. | [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions | | [NCNN][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | ncnn is a high-performance neural network inference framework optimized for the mobile platform | | [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. | -| [Kivy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS | | [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | The compiled version of MyPy using MyPyC. | +| [Kivy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS | | [duckdb][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | DuckDB is an in-process SQL OLAP Database Management System | [scikit-learn]: https://github.com/scikit-learn/scikit-learn @@ -178,8 +178,8 @@ Here are some repos that use cibuildwheel. [Matplotlib]: https://github.com/matplotlib/matplotlib [NCNN]: https://github.com/Tencent/ncnn [Prophet]: https://github.com/facebook/prophet -[Kivy]: https://github.com/kivy/kivy [MyPy]: https://github.com/mypyc/mypy_mypyc-wheels +[Kivy]: https://github.com/kivy/kivy [duckdb]: https://github.com/duckdb/duckdb [appveyor icon]: docs/data/readme_icons/appveyor.svg diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index 9099f573f..bed176ff6 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -100,9 +100,9 @@ python_configurations = [ { identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.5/python-3.11.5-macos11.pkg" }, { identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.5/python-3.11.5-macos11.pkg" }, { identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.5/python-3.11.5-macos11.pkg" }, - { identifier = "cp312-macosx_x86_64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0rc1-macos11.pkg" }, - { identifier = "cp312-macosx_arm64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0rc1-macos11.pkg" }, - { identifier = "cp312-macosx_universal2", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0rc1-macos11.pkg" }, + { identifier = "cp312-macosx_x86_64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0rc2-macos11.pkg" }, + { identifier = "cp312-macosx_arm64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0rc2-macos11.pkg" }, + { identifier = "cp312-macosx_universal2", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0rc2-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" }, @@ -126,12 +126,12 @@ python_configurations = [ { identifier = "cp310-win_amd64", version = "3.10.11", arch = "64" }, { identifier = "cp311-win32", version = "3.11.5", arch = "32" }, { identifier = "cp311-win_amd64", version = "3.11.5", arch = "64" }, - { identifier = "cp312-win32", version = "3.12.0-rc1", arch = "32" }, - { identifier = "cp312-win_amd64", version = "3.12.0-rc1", arch = "64" }, + { identifier = "cp312-win32", version = "3.12.0-rc2", arch = "32" }, + { identifier = "cp312-win_amd64", version = "3.12.0-rc2", arch = "64" }, { identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" }, { identifier = "cp310-win_arm64", version = "3.10.11", arch = "ARM64" }, { identifier = "cp311-win_arm64", version = "3.11.5", arch = "ARM64" }, - { identifier = "cp312-win_arm64", version = "3.12.0-rc1", arch = "ARM64" }, + { identifier = "cp312-win_arm64", version = "3.12.0-rc2", 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.12-win64.zip" }, diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index 4b53ca8e1..ae8c55320 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -8,17 +8,15 @@ delocate==0.10.4 # via -r cibuildwheel/resources/constraints.in distlib==0.3.7 # via virtualenv -filelock==3.12.3 +filelock==3.12.4 # via virtualenv packaging==23.1 # via delocate platformdirs==3.10.0 # via virtualenv -typing-extensions==4.7.1 - # via - # delocate - # filelock -virtualenv==20.24.4 +typing-extensions==4.8.0 + # via delocate +virtualenv==20.24.5 # via -r cibuildwheel/resources/constraints.in wheel==0.41.2 # via -r cibuildwheel/resources/constraints.in @@ -26,5 +24,5 @@ wheel==0.41.2 # The following packages are considered to be unsafe in a requirements file: pip==23.2.1 # via -r cibuildwheel/resources/constraints.in -setuptools==68.1.2 +setuptools==68.2.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index e8c28ec94..6f35d92a1 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -8,15 +8,15 @@ delocate==0.10.4 # via -r cibuildwheel/resources/constraints.in distlib==0.3.7 # via virtualenv -filelock==3.12.3 +filelock==3.12.4 # via virtualenv packaging==23.1 # via delocate platformdirs==3.10.0 # via virtualenv -typing-extensions==4.7.1 +typing-extensions==4.8.0 # via delocate -virtualenv==20.24.4 +virtualenv==20.24.5 # via -r cibuildwheel/resources/constraints.in wheel==0.41.2 # via -r cibuildwheel/resources/constraints.in @@ -24,5 +24,5 @@ wheel==0.41.2 # The following packages are considered to be unsafe in a requirements file: pip==23.2.1 # via -r cibuildwheel/resources/constraints.in -setuptools==68.1.2 +setuptools==68.2.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python312.txt b/cibuildwheel/resources/constraints-python312.txt index e015d6c64..df52db1f5 100644 --- a/cibuildwheel/resources/constraints-python312.txt +++ b/cibuildwheel/resources/constraints-python312.txt @@ -8,15 +8,15 @@ delocate==0.10.4 # via -r cibuildwheel/resources/constraints.in distlib==0.3.7 # via virtualenv -filelock==3.12.3 +filelock==3.12.4 # via virtualenv packaging==23.1 # via delocate platformdirs==3.10.0 # via virtualenv -typing-extensions==4.7.1 +typing-extensions==4.8.0 # via delocate -virtualenv==20.24.4 +virtualenv==20.24.5 # via -r cibuildwheel/resources/constraints.in wheel==0.41.2 # via -r cibuildwheel/resources/constraints.in @@ -24,5 +24,5 @@ wheel==0.41.2 # The following packages are considered to be unsafe in a requirements file: pip==23.2.1 # via -r cibuildwheel/resources/constraints.in -setuptools==68.1.2 +setuptools==68.2.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index f47558e45..4e2ea6f06 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -21,7 +21,7 @@ typing-extensions==4.7.1 # delocate # importlib-metadata # platformdirs -virtualenv==20.24.4 +virtualenv==20.24.5 # via -r cibuildwheel/resources/constraints.in wheel==0.41.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index e0c626eef..c95021b37 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -8,17 +8,15 @@ delocate==0.10.4 # via -r cibuildwheel/resources/constraints.in distlib==0.3.7 # via virtualenv -filelock==3.12.3 +filelock==3.12.4 # via virtualenv packaging==23.1 # via delocate platformdirs==3.10.0 # via virtualenv -typing-extensions==4.7.1 - # via - # delocate - # filelock -virtualenv==20.24.4 +typing-extensions==4.8.0 + # via delocate +virtualenv==20.24.5 # via -r cibuildwheel/resources/constraints.in wheel==0.41.2 # via -r cibuildwheel/resources/constraints.in @@ -26,5 +24,5 @@ wheel==0.41.2 # The following packages are considered to be unsafe in a requirements file: pip==23.2.1 # via -r cibuildwheel/resources/constraints.in -setuptools==68.1.2 +setuptools==68.2.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index cba0a68fc..51f9cc02f 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -8,17 +8,15 @@ delocate==0.10.4 # via -r cibuildwheel/resources/constraints.in distlib==0.3.7 # via virtualenv -filelock==3.12.3 +filelock==3.12.4 # via virtualenv packaging==23.1 # via delocate platformdirs==3.10.0 # via virtualenv -typing-extensions==4.7.1 - # via - # delocate - # filelock -virtualenv==20.24.4 +typing-extensions==4.8.0 + # via delocate +virtualenv==20.24.5 # via -r cibuildwheel/resources/constraints.in wheel==0.41.2 # via -r cibuildwheel/resources/constraints.in @@ -26,5 +24,5 @@ wheel==0.41.2 # The following packages are considered to be unsafe in a requirements file: pip==23.2.1 # via -r cibuildwheel/resources/constraints.in -setuptools==68.1.2 +setuptools==68.2.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index e015d6c64..df52db1f5 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -8,15 +8,15 @@ delocate==0.10.4 # via -r cibuildwheel/resources/constraints.in distlib==0.3.7 # via virtualenv -filelock==3.12.3 +filelock==3.12.4 # via virtualenv packaging==23.1 # via delocate platformdirs==3.10.0 # via virtualenv -typing-extensions==4.7.1 +typing-extensions==4.8.0 # via delocate -virtualenv==20.24.4 +virtualenv==20.24.5 # via -r cibuildwheel/resources/constraints.in wheel==0.41.2 # via -r cibuildwheel/resources/constraints.in @@ -24,5 +24,5 @@ wheel==0.41.2 # The following packages are considered to be unsafe in a requirements file: pip==23.2.1 # via -r cibuildwheel/resources/constraints.in -setuptools==68.1.2 +setuptools==68.2.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index d3c8bec45..15ae21e6a 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,54 +1,54 @@ [x86_64] -manylinux1 = quay.io/pypa/manylinux1_x86_64:2023-08-27-5bd0c31 +manylinux1 = quay.io/pypa/manylinux1_x86_64:2023-09-12-f07b683 manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-09-04-0828984 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-09-17-ae90a16 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-09-04-0828984 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-09-04-0828984 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2023-09-04-0828984 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-09-17-ae90a16 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-09-17-ae90a16 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2023-09-17-ae90a16 [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2023-08-27-5bd0c31 +manylinux1 = quay.io/pypa/manylinux1_i686:2023-09-12-f07b683 manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-09-04-0828984 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-09-17-ae90a16 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-09-04-0828984 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2023-09-04-0828984 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-09-17-ae90a16 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2023-09-17-ae90a16 [pypy_x86_64] manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-09-04-0828984 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-09-17-ae90a16 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-09-04-0828984 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-09-17-ae90a16 [pypy_i686] manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-09-04-0828984 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-09-17-ae90a16 manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-09-04-0828984 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-09-17-ae90a16 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-09-04-0828984 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-09-04-0828984 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2023-09-04-0828984 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-09-17-ae90a16 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-09-17-ae90a16 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2023-09-17-ae90a16 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-09-04-0828984 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-09-17-ae90a16 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-09-04-0828984 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-09-04-0828984 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2023-09-04-0828984 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2023-09-17-ae90a16 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-09-17-ae90a16 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2023-09-17-ae90a16 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-09-04-0828984 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-09-17-ae90a16 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-09-04-0828984 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-09-04-0828984 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2023-09-04-0828984 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-09-17-ae90a16 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-09-17-ae90a16 +musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2023-09-17-ae90a16 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-09-04-0828984 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-09-17-ae90a16 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-09-04-0828984 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-09-17-ae90a16 diff --git a/docs/working-examples.md b/docs/working-examples.md index 7596525f7..38d35e097 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -15,8 +15,8 @@ title: Working examples | [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions | | [NCNN][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | ncnn is a high-performance neural network inference framework optimized for the mobile platform | | [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. | -| [Kivy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS | | [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | The compiled version of MyPy using MyPyC. | +| [Kivy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS | | [duckdb][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | DuckDB is an in-process SQL OLAP Database Management System | | [MemRay][] | ![github icon][] | ![linux icon][] | Memray is a memory profiler for Python | | [uvloop][] | ![github icon][] | ![apple icon][] ![linux icon][] | Ultra fast asyncio event loop. | @@ -31,8 +31,8 @@ title: Working examples | [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 | -| [cvxpy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A Python-embedded modeling language for convex optimization problems. | | [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. | +| [cvxpy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A Python-embedded modeling language for convex optimization problems. | | [River][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | 🌊 Online machine learning in Python | | [UltraJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Ultra fast JSON decoder and encoder written in C with Python bindings | | [OpenSpiel][] | ![github icon][] | ![apple icon][] ![linux icon][] | OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games. | @@ -51,9 +51,9 @@ title: Working examples | [PyAV][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Pythonic bindings for FFmpeg's libraries. | | [h5py][] | ![azurepipelines icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format. | | [Wrapt][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python module for decorators, wrappers and monkey patching. | +| [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. | | [pikepdf][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python library for reading and writing PDF, powered by QPDF | | [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | 🏕️ Reproducible development environment | -| [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. | | [SimpleJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | simplejson is a simple, fast, extensible JSON encoder/decoder for Python | | [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 | @@ -105,8 +105,8 @@ title: Working examples | [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. | | [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 | -| [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. | +| [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. | | [SiPM][] | ![github icon][] | ![apple icon][] ![linux icon][] | High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. | | [CorrectionLib][] | ![github icon][] | ![apple icon][] ![linux icon][] | Structured JSON powered correction library for HEP, designed for the CMS experiment at CERN. | | [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies | @@ -121,8 +121,8 @@ title: Working examples [Matplotlib]: https://github.com/matplotlib/matplotlib [NCNN]: https://github.com/Tencent/ncnn [Prophet]: https://github.com/facebook/prophet -[Kivy]: https://github.com/kivy/kivy [MyPy]: https://github.com/mypyc/mypy_mypyc-wheels +[Kivy]: https://github.com/kivy/kivy [duckdb]: https://github.com/duckdb/duckdb [MemRay]: https://github.com/bloomberg/memray [uvloop]: https://github.com/MagicStack/uvloop @@ -137,8 +137,8 @@ title: Working examples [scikit-image]: https://github.com/scikit-image/scikit-image [twisted-iocpsupport]: https://github.com/twisted/twisted-iocpsupport [PyOxidizer]: https://github.com/indygreg/PyOxidizer -[cvxpy]: https://github.com/cvxpy/cvxpy [websockets]: https://github.com/aaugustin/websockets +[cvxpy]: https://github.com/cvxpy/cvxpy [River]: https://github.com/online-ml/river [UltraJSON]: https://github.com/ultrajson/ultrajson [OpenSpiel]: https://github.com/deepmind/open_spiel @@ -157,9 +157,9 @@ title: Working examples [PyAV]: https://github.com/PyAV-Org/PyAV [h5py]: https://github.com/h5py/h5py [Wrapt]: https://github.com/GrahamDumpleton/wrapt +[CTranslate2]: https://github.com/OpenNMT/CTranslate2 [pikepdf]: https://github.com/pikepdf/pikepdf [envd]: https://github.com/tensorchord/envd -[CTranslate2]: https://github.com/OpenNMT/CTranslate2 [SimpleJSON]: https://github.com/simplejson/simplejson [OpenColorIO]: https://github.com/AcademySoftwareFoundation/OpenColorIO [aioquic]: https://github.com/aiortc/aioquic @@ -211,8 +211,8 @@ title: Working examples [ninja]: https://github.com/scikit-build/ninja-python-distributions [numpythia]: https://github.com/scikit-hep/numpythia [pyjet]: https://github.com/scikit-hep/pyjet -[GSD]: https://github.com/glotzerlab/gsd [ril]: https://github.com/Cryptex-github/ril-py +[GSD]: https://github.com/glotzerlab/gsd [SiPM]: https://github.com/EdoPro98/SimSiPM [CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib [pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext