From 0b1b47d7ecd0950354c32aafdb06120e2a5ec9fc Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 17:48:27 -0400 Subject: [PATCH] Update dependencies (#1111) Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> --- .../resources/constraints-python310.txt | 12 +- .../resources/constraints-python36.txt | 2 +- .../resources/constraints-python37.txt | 12 +- .../resources/constraints-python38.txt | 12 +- .../resources/constraints-python39.txt | 12 +- cibuildwheel/resources/constraints.txt | 12 +- .../resources/pinned_docker_images.cfg | 54 ++--- cibuildwheel/resources/virtualenv.toml | 4 +- docs/working-examples.md | 222 +++++++++--------- 9 files changed, 171 insertions(+), 171 deletions(-) diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index 0c016c32..f2f61fe5 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -8,15 +8,15 @@ delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in distlib==0.3.4 # via virtualenv -filelock==3.6.0 +filelock==3.7.0 # via virtualenv -platformdirs==2.5.1 +platformdirs==2.5.2 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.1.1 +typing-extensions==4.2.0 # via delocate -virtualenv==20.14.0 +virtualenv==20.14.1 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -24,7 +24,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.0.4 +pip==22.1 # via -r cibuildwheel/resources/constraints.in -setuptools==61.3.1 +setuptools==62.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index d78f95a1..9ca0fd11 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -22,7 +22,7 @@ typing-extensions==4.1.1 # via # delocate # importlib-metadata -virtualenv==20.14.0 +virtualenv==20.14.1 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index f5834a1b..cda8eeed 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -8,19 +8,19 @@ delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in distlib==0.3.4 # via virtualenv -filelock==3.6.0 +filelock==3.7.0 # via virtualenv importlib-metadata==4.11.3 # via virtualenv -platformdirs==2.5.1 +platformdirs==2.5.2 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.1.1 +typing-extensions==4.2.0 # via # delocate # importlib-metadata -virtualenv==20.14.0 +virtualenv==20.14.1 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -30,7 +30,7 @@ zipp==3.8.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -pip==22.0.4 +pip==22.1 # via -r cibuildwheel/resources/constraints.in -setuptools==61.3.1 +setuptools==62.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 3bbb3c3c..acc85c21 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -8,15 +8,15 @@ delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in distlib==0.3.4 # via virtualenv -filelock==3.6.0 +filelock==3.7.0 # via virtualenv -platformdirs==2.5.1 +platformdirs==2.5.2 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.1.1 +typing-extensions==4.2.0 # via delocate -virtualenv==20.14.0 +virtualenv==20.14.1 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -24,7 +24,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.0.4 +pip==22.1 # via -r cibuildwheel/resources/constraints.in -setuptools==61.3.1 +setuptools==62.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 84f949c6..65319afa 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -8,15 +8,15 @@ delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in distlib==0.3.4 # via virtualenv -filelock==3.6.0 +filelock==3.7.0 # via virtualenv -platformdirs==2.5.1 +platformdirs==2.5.2 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.1.1 +typing-extensions==4.2.0 # via delocate -virtualenv==20.14.0 +virtualenv==20.14.1 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -24,7 +24,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.0.4 +pip==22.1 # via -r cibuildwheel/resources/constraints.in -setuptools==61.3.1 +setuptools==62.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 84f949c6..65319afa 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -8,15 +8,15 @@ delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in distlib==0.3.4 # via virtualenv -filelock==3.6.0 +filelock==3.7.0 # via virtualenv -platformdirs==2.5.1 +platformdirs==2.5.2 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.1.1 +typing-extensions==4.2.0 # via delocate -virtualenv==20.14.0 +virtualenv==20.14.1 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -24,7 +24,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.0.4 +pip==22.1 # via -r cibuildwheel/resources/constraints.in -setuptools==61.3.1 +setuptools==62.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 0b30242e..169f2afe 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,43 +1,43 @@ [x86_64] -manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-04-03-9524524 -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-04-03-da6ecb3 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-04-03-da6ecb3 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-04-03-da6ecb3 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-04-03-da6ecb3 +manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-05-14-da29a1c +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-05-14-f7463ad +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-05-14-f7463ad +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-05-14-f7463ad +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-05-14-f7463ad [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2022-04-03-9524524 -manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-04-03-da6ecb3 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-04-03-da6ecb3 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-04-03-da6ecb3 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-04-03-da6ecb3 +manylinux1 = quay.io/pypa/manylinux1_i686:2022-05-14-da29a1c +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-05-14-f7463ad +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-05-14-f7463ad +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-05-14-f7463ad +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-05-14-f7463ad [pypy_x86_64] -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-04-03-da6ecb3 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-04-03-da6ecb3 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-04-03-da6ecb3 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-05-14-f7463ad +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-05-14-f7463ad +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-05-14-f7463ad [pypy_i686] -manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-04-03-da6ecb3 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-04-03-da6ecb3 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-04-03-da6ecb3 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-05-14-f7463ad +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-05-14-f7463ad +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-05-14-f7463ad [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-04-03-da6ecb3 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-04-03-da6ecb3 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-04-03-da6ecb3 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-05-14-f7463ad +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-05-14-f7463ad +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-05-14-f7463ad [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-04-03-da6ecb3 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-04-03-da6ecb3 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-04-03-da6ecb3 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-05-14-f7463ad +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-05-14-f7463ad +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-05-14-f7463ad [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-04-03-da6ecb3 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-04-03-da6ecb3 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-04-03-da6ecb3 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-05-14-f7463ad +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-05-14-f7463ad +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-05-14-f7463ad [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-04-03-da6ecb3 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-04-03-da6ecb3 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-05-14-f7463ad +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-05-14-f7463ad diff --git a/cibuildwheel/resources/virtualenv.toml b/cibuildwheel/resources/virtualenv.toml index 4c781dbf..2296e59f 100644 --- a/cibuildwheel/resources/virtualenv.toml +++ b/cibuildwheel/resources/virtualenv.toml @@ -1,2 +1,2 @@ -version = "20.13.3" -url = "https://github.com/pypa/get-virtualenv/blob/20.13.3/public/virtualenv.pyz?raw=true" +version = "20.14.1" +url = "https://github.com/pypa/get-virtualenv/blob/20.14.1/public/virtualenv.pyz?raw=true" diff --git a/docs/working-examples.md b/docs/working-examples.md index 0f4017f9..525a1de5 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -25,15 +25,15 @@ title: Working examples | [Google Benchmark][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A microbenchmark support library | | [Apache Beam][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Apache Beam is a unified programming model for Batch and Streaming data processing. | | [asyncpg][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A fast PostgreSQL Database Client Library for Python/asyncio. | -| [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. | | [duckdb][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | DuckDB is an in-process SQL OLAP Database Management System | +| [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. | | [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. | | [twisted-iocpsupport][] | ![github icon][] | ![windows icon][] | A submodule of Twisted that hooks into native C APIs using Cython. | | [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. | -| [UltraJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Ultra fast JSON decoder and encoder written in C with Python bindings | | [PyOxidizer][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A modern Python application packaging and distribution tool | +| [UltraJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Ultra fast JSON decoder and encoder written in C with Python bindings | | [Triton][] | ![github icon][] | ![linux icon][] | Self hosted runners | | [River][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | 🌊 Online machine learning in Python | | [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. | @@ -53,9 +53,9 @@ title: Working examples | [PyAV][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Pythonic bindings for FFmpeg's libraries. | | [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. | +| [pikepdf][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python library for reading and writing PDF, powered by qpdf | | [Line Profiler][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Line-by-line profiling for Python | | [PyTables][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python package to manage extremely large amounts of data | -| [pikepdf][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python library for reading and writing PDF, powered by qpdf | | [OpenTimelineIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Open Source API and interchange format for editorial timeline information. | | [ruptures][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Extensive Cython + NumPy [pyproject.toml](https://github.com/deepcharles/ruptures/blob/master/pyproject.toml) example. | | [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in Python | @@ -74,9 +74,9 @@ title: Working examples | [tgcalls][] | ![github icon][] | ![apple icon][] ![windows icon][] | Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. | | [pybind11 python_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a Python-based build system | | [dd-trace-py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Uses custom alternate arch emulation on GitHub | -| [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing | -| [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. | | [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. | +| [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. | +| [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing | | [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. | | [abess][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A fast best-subset selection library. It uses cibuildwheel to build a large project with C++ extensions. | | [matrixprofile][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone. | @@ -91,13 +91,13 @@ title: Working examples | [Python-WebRTC][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | a Python extension that provides bindings to WebRTC M92 | | [pybase64][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast Base64 encoding/decoding in Python | | [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. | -| [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. | | [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms | +| [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. | | [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. | -| [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy | | [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. | | [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy | +| [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy | | [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis | | [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 | | [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. | @@ -125,15 +125,15 @@ title: Working examples [Google Benchmark]: https://github.com/google/benchmark [Apache Beam]: https://github.com/apache/beam [asyncpg]: https://github.com/MagicStack/asyncpg -[scikit-image]: https://github.com/scikit-image/scikit-image [duckdb]: https://github.com/duckdb/duckdb +[scikit-image]: https://github.com/scikit-image/scikit-image [PyGame]: https://github.com/pygame/pygame [cmake]: https://github.com/scikit-build/cmake-python-distributions [twisted-iocpsupport]: https://github.com/twisted/twisted-iocpsupport [websockets]: https://github.com/aaugustin/websockets [cvxpy]: https://github.com/cvxpy/cvxpy -[UltraJSON]: https://github.com/ultrajson/ultrajson [PyOxidizer]: https://github.com/indygreg/PyOxidizer +[UltraJSON]: https://github.com/ultrajson/ultrajson [Triton]: https://github.com/openai/triton [River]: https://github.com/online-ml/river [OpenSpiel]: https://github.com/deepmind/open_spiel @@ -153,9 +153,9 @@ title: Working examples [PyAV]: https://github.com/PyAV-Org/PyAV [SimpleJSON]: https://github.com/simplejson/simplejson [OpenColorIO]: https://github.com/AcademySoftwareFoundation/OpenColorIO +[pikepdf]: https://github.com/pikepdf/pikepdf [Line Profiler]: https://github.com/pyutils/line_profiler [PyTables]: https://github.com/PyTables/PyTables -[pikepdf]: https://github.com/pikepdf/pikepdf [OpenTimelineIO]: https://github.com/PixarAnimationStudios/OpenTimelineIO [ruptures]: https://github.com/deepcharles/ruptures [aioquic]: https://github.com/aiortc/aioquic @@ -174,9 +174,9 @@ title: Working examples [tgcalls]: https://github.com/MarshalX/tgcalls [pybind11 python_example]: https://github.com/pybind/python_example [dd-trace-py]: https://github.com/DataDog/dd-trace-py -[cyvcf2]: https://github.com/brentp/cyvcf2 -[time-machine]: https://github.com/adamchainz/time-machine [sourmash]: https://github.com/dib-lab/sourmash +[time-machine]: https://github.com/adamchainz/time-machine +[cyvcf2]: https://github.com/brentp/cyvcf2 [CTranslate2]: https://github.com/OpenNMT/CTranslate2 [abess]: https://github.com/abess-team/abess [matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile @@ -191,13 +191,13 @@ title: Working examples [Python-WebRTC]: https://github.com/MarshalX/python-webrtc [pybase64]: https://github.com/mayeut/pybase64 [Arbor]: https://github.com/arbor-sim/arbor -[etebase-py]: https://github.com/etesync/etebase-py [fathon]: https://github.com/stfbnc/fathon +[etebase-py]: https://github.com/etesync/etebase-py [Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build [polaroid]: https://github.com/daggy1234/polaroid -[numpythia]: https://github.com/scikit-hep/numpythia [clang-format]: https://github.com/ssciwr/clang-format-wheel [pyjet]: https://github.com/scikit-hep/pyjet +[numpythia]: https://github.com/scikit-hep/numpythia [power-grid-model]: https://github.com/alliander-opensource/power-grid-model [pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example [ninja]: https://github.com/scikit-build/ninja-python-distributions @@ -218,105 +218,105 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + +