Skip to content

Commit d7c5eb0

Browse files
Update dependencies
1 parent 886ba0f commit d7c5eb0

10 files changed

+65
-65
lines changed

cibuildwheel/resources/build-platforms.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ python_configurations = [
9797
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.11/python-3.10.11-macos11.pkg" },
9898
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.11/python-3.10.11-macos11.pkg" },
9999
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.11/python-3.10.11-macos11.pkg" },
100-
{ identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.6/python-3.11.6-macos11.pkg" },
101-
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.6/python-3.11.6-macos11.pkg" },
102-
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.6/python-3.11.6-macos11.pkg" },
103-
{ identifier = "cp312-macosx_x86_64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0-macos11.pkg" },
104-
{ identifier = "cp312-macosx_arm64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0-macos11.pkg" },
105-
{ identifier = "cp312-macosx_universal2", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0-macos11.pkg" },
100+
{ identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.7/python-3.11.7-macos11.pkg" },
101+
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.7/python-3.11.7-macos11.pkg" },
102+
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.7/python-3.11.7-macos11.pkg" },
103+
{ identifier = "cp312-macosx_x86_64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.1/python-3.12.1-macos11.pkg" },
104+
{ identifier = "cp312-macosx_arm64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.1/python-3.12.1-macos11.pkg" },
105+
{ identifier = "cp312-macosx_universal2", version = "3.12", url = "https://www.python.org/ftp/python/3.12.1/python-3.12.1-macos11.pkg" },
106106
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-osx64.tar.bz2" },
107107
{ identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_x86_64.tar.bz2" },
108108
{ identifier = "pp38-macosx_arm64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_arm64.tar.bz2" },
@@ -124,14 +124,14 @@ python_configurations = [
124124
{ identifier = "cp39-win_amd64", version = "3.9.13", arch = "64" },
125125
{ identifier = "cp310-win32", version = "3.10.11", arch = "32" },
126126
{ identifier = "cp310-win_amd64", version = "3.10.11", arch = "64" },
127-
{ identifier = "cp311-win32", version = "3.11.6", arch = "32" },
128-
{ identifier = "cp311-win_amd64", version = "3.11.6", arch = "64" },
129-
{ identifier = "cp312-win32", version = "3.12.0", arch = "32" },
130-
{ identifier = "cp312-win_amd64", version = "3.12.0", arch = "64" },
127+
{ identifier = "cp311-win32", version = "3.11.7", arch = "32" },
128+
{ identifier = "cp311-win_amd64", version = "3.11.7", arch = "64" },
129+
{ identifier = "cp312-win32", version = "3.12.1", arch = "32" },
130+
{ identifier = "cp312-win_amd64", version = "3.12.1", arch = "64" },
131131
{ identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" },
132132
{ identifier = "cp310-win_arm64", version = "3.10.11", arch = "ARM64" },
133-
{ identifier = "cp311-win_arm64", version = "3.11.6", arch = "ARM64" },
134-
{ identifier = "cp312-win_arm64", version = "3.12.0", arch = "ARM64" },
133+
{ identifier = "cp311-win_arm64", version = "3.11.7", arch = "ARM64" },
134+
{ identifier = "cp312-win_arm64", version = "3.12.1", arch = "ARM64" },
135135
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-win64.zip" },
136136
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-win64.zip" },
137137
{ identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.13-win64.zip" },

cibuildwheel/resources/constraints-python310.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ filelock==3.13.1
1212
# via virtualenv
1313
packaging==23.2
1414
# via delocate
15-
platformdirs==4.0.0
15+
platformdirs==4.1.0
1616
# via virtualenv
17-
typing-extensions==4.8.0
17+
typing-extensions==4.9.0
1818
# via delocate
19-
virtualenv==20.24.7
19+
virtualenv==20.25.0
2020
# via -r cibuildwheel/resources/constraints.in
2121
wheel==0.42.0
2222
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python311.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ filelock==3.13.1
1212
# via virtualenv
1313
packaging==23.2
1414
# via delocate
15-
platformdirs==4.0.0
15+
platformdirs==4.1.0
1616
# via virtualenv
17-
typing-extensions==4.8.0
17+
typing-extensions==4.9.0
1818
# via delocate
19-
virtualenv==20.24.7
19+
virtualenv==20.25.0
2020
# via -r cibuildwheel/resources/constraints.in
2121
wheel==0.42.0
2222
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python312.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ filelock==3.13.1
1212
# via virtualenv
1313
packaging==23.2
1414
# via delocate
15-
platformdirs==4.0.0
15+
platformdirs==4.1.0
1616
# via virtualenv
17-
typing-extensions==4.8.0
17+
typing-extensions==4.9.0
1818
# via delocate
19-
virtualenv==20.24.7
19+
virtualenv==20.25.0
2020
# via -r cibuildwheel/resources/constraints.in
2121
wheel==0.42.0
2222
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python37.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ typing-extensions==4.7.1
2121
# delocate
2222
# importlib-metadata
2323
# platformdirs
24-
virtualenv==20.24.7
24+
virtualenv==20.25.0
2525
# via -r cibuildwheel/resources/constraints.in
2626
wheel==0.42.0
2727
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python38.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ filelock==3.13.1
1212
# via virtualenv
1313
packaging==23.2
1414
# via delocate
15-
platformdirs==4.0.0
15+
platformdirs==4.1.0
1616
# via virtualenv
17-
typing-extensions==4.8.0
17+
typing-extensions==4.9.0
1818
# via delocate
19-
virtualenv==20.24.7
19+
virtualenv==20.25.0
2020
# via -r cibuildwheel/resources/constraints.in
2121
wheel==0.42.0
2222
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python39.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ filelock==3.13.1
1212
# via virtualenv
1313
packaging==23.2
1414
# via delocate
15-
platformdirs==4.0.0
15+
platformdirs==4.1.0
1616
# via virtualenv
17-
typing-extensions==4.8.0
17+
typing-extensions==4.9.0
1818
# via delocate
19-
virtualenv==20.24.7
19+
virtualenv==20.25.0
2020
# via -r cibuildwheel/resources/constraints.in
2121
wheel==0.42.0
2222
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ filelock==3.13.1
1212
# via virtualenv
1313
packaging==23.2
1414
# via delocate
15-
platformdirs==4.0.0
15+
platformdirs==4.1.0
1616
# via virtualenv
17-
typing-extensions==4.8.0
17+
typing-extensions==4.9.0
1818
# via delocate
19-
virtualenv==20.24.7
19+
virtualenv==20.25.0
2020
# via -r cibuildwheel/resources/constraints.in
2121
wheel==0.42.0
2222
# via -r cibuildwheel/resources/constraints.in
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
[x86_64]
2-
manylinux1 = quay.io/pypa/manylinux1_x86_64:2023-10-15-710807d
2+
manylinux1 = quay.io/pypa/manylinux1_x86_64:2023-12-10-cee9633
33
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
4-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-11-20-745eb52
4+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-12-09-3915976
55
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463
6-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-11-20-745eb52
7-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-11-20-745eb52
8-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2023-11-20-745eb52
6+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-12-09-3915976
7+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-12-09-3915976
8+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2023-12-09-3915976
99

1010
[i686]
11-
manylinux1 = quay.io/pypa/manylinux1_i686:2023-10-15-710807d
11+
manylinux1 = quay.io/pypa/manylinux1_i686:2023-12-10-cee9633
1212
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
13-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-11-20-745eb52
13+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-12-09-3915976
1414
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463
15-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-11-20-745eb52
16-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2023-11-20-745eb52
15+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-12-09-3915976
16+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2023-12-09-3915976
1717

1818
[pypy_x86_64]
1919
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
20-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-11-20-745eb52
20+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-12-09-3915976
2121
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463
22-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-11-20-745eb52
22+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-12-09-3915976
2323

2424
[pypy_i686]
2525
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
26-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-11-20-745eb52
26+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-12-09-3915976
2727
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463
2828

2929
[aarch64]
30-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-11-20-745eb52
30+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-12-09-3915976
3131
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463
32-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-11-20-745eb52
33-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-11-20-745eb52
34-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2023-11-20-745eb52
32+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-12-09-3915976
33+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-12-09-3915976
34+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2023-12-09-3915976
3535

3636
[ppc64le]
37-
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-11-20-745eb52
37+
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-12-09-3915976
3838
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-12-26-0d38463
39-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2023-11-20-745eb52
40-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-11-20-745eb52
41-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2023-11-20-745eb52
39+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2023-12-09-3915976
40+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-12-09-3915976
41+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2023-12-09-3915976
4242

4343
[s390x]
44-
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-11-20-745eb52
44+
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-12-09-3915976
4545
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-12-26-0d38463
46-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-11-20-745eb52
47-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-11-20-745eb52
48-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2023-11-20-745eb52
46+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-12-09-3915976
47+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-12-09-3915976
48+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2023-12-09-3915976
4949

5050
[pypy_aarch64]
51-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-11-20-745eb52
51+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-12-09-3915976
5252
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463
53-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-11-20-745eb52
53+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-12-09-3915976
5454

docs/working-examples.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ title: Working examples
4646
| [coverage.py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The coverage tool for Python |
4747
| [PyCryptodome][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A self-contained cryptographic library for Python |
4848
| [PyYAML][] | ![github icon][] | ![apple icon][] | Canonical source repository for PyYAML |
49-
| [Line Profiler][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Line-by-line profiling for Python |
5049
| [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. |
50+
| [Line Profiler][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Line-by-line profiling for Python |
5151
| [PyAV][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Pythonic bindings for FFmpeg's libraries. |
5252
| [numexpr][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas, bcolz and more |
5353
| [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. |
@@ -67,8 +67,8 @@ title: Working examples
6767
| [AutoPy][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. |
6868
| [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system |
6969
| [mosec][] | ![github icon][] | ![linux icon][] ![apple icon][] | A high-performance ML model serving framework, offers dynamic batching and CPU/GPU pipelines to fully exploit your compute machine |
70-
| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS |
7170
| [Picologging][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A high-performance logging library for Python. |
71+
| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS |
7272
| [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. |
7373
| [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system |
7474
| [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. |
@@ -93,12 +93,12 @@ title: Working examples
9393
| [boost-histogram][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Supports full range of wheels, including PyPy and alternate archs. |
9494
| [Python-WebRTC][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | a Python extension that provides bindings to WebRTC M92 |
9595
| [pybase64][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast Base64 encoding/decoding in Python |
96-
| [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis |
9796
| [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms |
97+
| [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis |
9898
| [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. |
9999
| [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. |
100-
| [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. |
101100
| [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 |
101+
| [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. |
102102
| [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. |
103103
| [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. |
104104
| [cf-units][] | ![github icon][] | ![apple icon][] ![linux icon][] | Units of measure as required by the Climate and Forecast (CF) Metadata Conventions |
@@ -153,8 +153,8 @@ title: Working examples
153153
[coverage.py]: https://github.com/nedbat/coveragepy
154154
[PyCryptodome]: https://github.com/Legrandin/pycryptodome
155155
[PyYAML]: https://github.com/yaml/pyyaml
156-
[Line Profiler]: https://github.com/pyutils/line_profiler
157156
[CTranslate2]: https://github.com/OpenNMT/CTranslate2
157+
[Line Profiler]: https://github.com/pyutils/line_profiler
158158
[PyAV]: https://github.com/PyAV-Org/PyAV
159159
[numexpr]: https://github.com/pydata/numexpr
160160
[h5py]: https://github.com/h5py/h5py
@@ -174,8 +174,8 @@ title: Working examples
174174
[AutoPy]: https://github.com/autopilot-rs/autopy
175175
[H3-py]: https://github.com/uber/h3-py
176176
[mosec]: https://github.com/mosecorg/mosec
177-
[Rtree]: https://github.com/Toblerity/rtree
178177
[Picologging]: https://github.com/microsoft/picologging
178+
[Rtree]: https://github.com/Toblerity/rtree
179179
[markupsafe]: https://github.com/pallets/markupsafe
180180
[pybind11 cmake_example]: https://github.com/pybind/cmake_example
181181
[time-machine]: https://github.com/adamchainz/time-machine
@@ -200,12 +200,12 @@ title: Working examples
200200
[boost-histogram]: https://github.com/scikit-hep/boost-histogram
201201
[Python-WebRTC]: https://github.com/MarshalX/python-webrtc
202202
[pybase64]: https://github.com/mayeut/pybase64
203-
[power-grid-model]: https://github.com/alliander-opensource/power-grid-model
204203
[fathon]: https://github.com/stfbnc/fathon
204+
[power-grid-model]: https://github.com/alliander-opensource/power-grid-model
205205
[Arbor]: https://github.com/arbor-sim/arbor
206206
[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build
207-
[polaroid]: https://github.com/daggy1234/polaroid
208207
[pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example
208+
[polaroid]: https://github.com/daggy1234/polaroid
209209
[etebase-py]: https://github.com/etesync/etebase-py
210210
[clang-format]: https://github.com/ssciwr/clang-format-wheel
211211
[cf-units]: https://github.com/SciTools/cf-units

0 commit comments

Comments
 (0)