Skip to content

Commit 9c2ab26

Browse files
[Bot] Update dependencies (pypa#2123)
Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
1 parent c65b088 commit 9c2ab26

12 files changed

+52
-52
lines changed

cibuildwheel/resources/constraints-pyodide312.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# nox -s update_constraints
33
annotated-types==0.7.0
44
# via pydantic
5-
anyio==4.7.0
5+
anyio==4.8.0
66
# via httpx
77
auditwheel-emscripten==0.0.16
88
# via pyodide-build
@@ -19,7 +19,7 @@ charset-normalizer==3.4.1
1919
# via requests
2020
click==8.1.8
2121
# via typer
22-
cmake==3.31.2
22+
cmake==3.31.4
2323
# via pyodide-build
2424
distlib==0.3.9
2525
# via virtualenv
@@ -52,13 +52,13 @@ pip==24.3.1
5252
# via -r .nox/update_constraints/tmp/constraints-pyodide.in
5353
platformdirs==4.3.6
5454
# via virtualenv
55-
pydantic==2.10.4
55+
pydantic==2.10.5
5656
# via
5757
# pyodide-build
5858
# pyodide-lock
5959
pydantic-core==2.27.2
6060
# via pydantic
61-
pygments==2.18.0
61+
pygments==2.19.1
6262
# via rich
6363
pyodide-build==0.29.2
6464
# via -r .nox/update_constraints/tmp/constraints-pyodide.in
@@ -79,7 +79,7 @@ rich==13.9.4
7979
# pyodide-build
8080
# pyodide-cli
8181
# typer
82-
ruamel-yaml==0.18.7
82+
ruamel-yaml==0.18.10
8383
# via pyodide-build
8484
ruamel-yaml-clib==0.2.12
8585
# via ruamel-yaml
@@ -102,7 +102,7 @@ unearth==0.17.2
102102
# via pyodide-build
103103
urllib3==2.3.0
104104
# via requests
105-
virtualenv==20.28.0
105+
virtualenv==20.29.1
106106
# via
107107
# build
108108
# pyodide-build

cibuildwheel/resources/constraints-python310.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tomli==2.2.1
2828
# via build
2929
typing-extensions==4.12.2
3030
# via delocate
31-
virtualenv==20.28.0
31+
virtualenv==20.29.1
3232
# via -r cibuildwheel/resources/constraints.in
3333
zipp==3.21.0
3434
# via importlib-metadata

cibuildwheel/resources/constraints-python311.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
2424
# via build
2525
typing-extensions==4.12.2
2626
# via delocate
27-
virtualenv==20.28.0
27+
virtualenv==20.29.1
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python312.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
2424
# via build
2525
typing-extensions==4.12.2
2626
# via delocate
27-
virtualenv==20.28.0
27+
virtualenv==20.29.1
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python313.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
2424
# via build
2525
typing-extensions==4.12.2
2626
# via delocate
27-
virtualenv==20.28.0
27+
virtualenv==20.29.1
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python38.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tomli==2.2.1
2828
# via build
2929
typing-extensions==4.12.2
3030
# via delocate
31-
virtualenv==20.28.0
31+
virtualenv==20.29.1
3232
# via -r cibuildwheel/resources/constraints.in
3333
zipp==3.20.2
3434
# via importlib-metadata

cibuildwheel/resources/constraints-python39.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tomli==2.2.1
2828
# via build
2929
typing-extensions==4.12.2
3030
# via delocate
31-
virtualenv==20.28.0
31+
virtualenv==20.29.1
3232
# via -r cibuildwheel/resources/constraints.in
3333
zipp==3.21.0
3434
# via importlib-metadata

cibuildwheel/resources/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ pyproject-hooks==1.2.0
2424
# via build
2525
typing-extensions==4.12.2
2626
# via delocate
27-
virtualenv==20.28.0
27+
virtualenv==20.29.1
2828
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/nodejs.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
url = "https://nodejs.org/dist/"
2-
v22 = "v22.12.0"
2+
v22 = "v22.13.0"
33
v20 = "v20.18.1"
Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
11
[x86_64]
22
manylinux1 = quay.io/pypa/manylinux1_x86_64:2024-04-29-76807b8
33
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
4-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.12.28-1
4+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.01.19-2
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:2024.12.28-1
7-
manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2024.12.28-1
6+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.01.19-2
7+
manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.01.19-2
88
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024.10.26-1
9-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024.12.28-1
9+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2025.01.19-2
1010

1111
[i686]
1212
manylinux1 = quay.io/pypa/manylinux1_i686:2024-04-29-76807b8
1313
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
14-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.12.28-1
14+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.01.19-2
1515
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463
1616
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2024.10.26-1
17-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024.12.28-1
17+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2025.01.19-2
1818

1919
[pypy_x86_64]
2020
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
21-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024.12.28-1
21+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.01.19-2
2222
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463
23-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024.12.28-1
24-
manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2024.12.28-1
23+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.01.19-2
24+
manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.01.19-2
2525

2626
[pypy_i686]
2727
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
28-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2024.12.28-1
28+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.01.19-2
2929
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463
3030

3131
[aarch64]
32-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.12.28-1
32+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.01.19-2
3333
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463
34-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.12.28-1
35-
manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2024.12.28-1
34+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.01.19-2
35+
manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.01.19-2
3636
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024.10.26-1
37-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024.12.28-1
37+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2025.01.19-2
3838

3939
[ppc64le]
40-
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024.12.28-1
40+
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2025.01.19-2
4141
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-12-26-0d38463
42-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2024.12.28-1
43-
manylinux_2_34 = quay.io/pypa/manylinux_2_34_ppc64le:2024.12.28-1
42+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2025.01.19-2
43+
manylinux_2_34 = quay.io/pypa/manylinux_2_34_ppc64le:2025.01.19-2
4444
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024.10.26-1
45-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024.12.28-1
45+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2025.01.19-2
4646

4747
[s390x]
48-
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024.12.28-1
48+
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2025.01.19-2
4949
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-12-26-0d38463
50-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2024.12.28-1
51-
manylinux_2_34 = quay.io/pypa/manylinux_2_34_s390x:2024.12.28-1
50+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2025.01.19-2
51+
manylinux_2_34 = quay.io/pypa/manylinux_2_34_s390x:2025.01.19-2
5252
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024.10.26-1
53-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024.12.28-1
53+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2025.01.19-2
5454

5555
[pypy_aarch64]
56-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.12.28-1
56+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.01.19-2
5757
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463
58-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.12.28-1
59-
manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2024.12.28-1
58+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.01.19-2
59+
manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.01.19-2
6060

6161
[armv7l]
62-
manylinux_2_31 = ghcr.io/mayeut/manylinux_2_31:2024.12.29-1
63-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2024.12.28-1
62+
manylinux_2_31 = ghcr.io/mayeut/manylinux_2_31:2025.01.19-1
63+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2025.01.19-2
6464

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
py36 = { version = "20.21.1", url = "https://github.com/pypa/get-virtualenv/blob/20.21.1/public/virtualenv.pyz?raw=true" }
2-
default = { version = "20.28.0", url = "https://github.com/pypa/get-virtualenv/blob/20.28.0/public/virtualenv.pyz?raw=true" }
2+
default = { version = "20.29.1", url = "https://github.com/pypa/get-virtualenv/blob/20.29.1/public/virtualenv.pyz?raw=true" }

docs/working-examples.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ title: Working examples
3535
| [pedalboard][] | ![github icon][] | ![windows icon][] ![linux icon][] ![apple icon][] | A Python library for working with audio data and audio plugins by wrapping the [JUCE](https://github.com/juce-framework/JUCE/) C++ framework. Uses cibuildwheel to deploy on as many operating systems and Python versions as possible with only one dependency (any NumPy). |
3636
| [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. |
3737
| [River][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | 🌊 Online machine learning in Python |
38-
| [UltraJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Ultra fast JSON decoder and encoder written in C with Python bindings |
3938
| [aiortc][] | ![github icon][] | ![apple icon][] ![linux icon][] | WebRTC and ORTC implementation for Python using asyncio. |
39+
| [UltraJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Ultra fast JSON decoder and encoder written in C with Python bindings |
4040
| [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. |
4141
| [Dependency Injector][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Dependency injection framework for Python, uses Windows TravisCI |
4242
| [pyzmq][] | ![github icon][] ![circleci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python bindings for zeromq, the networking library. Uses Cython on CPython and CFFI on PyPy. ARM wheels for linux are built natively on CircleCI. |
@@ -70,8 +70,8 @@ title: Working examples
7070
| [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. |
7171
| [Picologging][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A high-performance logging library for Python. |
7272
| [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system |
73-
| [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. |
7473
| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS |
74+
| [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. |
7575
| [KDEpy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Kernel Density Estimation in Python |
7676
| [dd-trace-py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Uses custom alternate arch emulation on GitHub |
7777
| [tgcalls][] | ![github icon][] | ![apple icon][] ![windows icon][] | Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. |
@@ -81,17 +81,17 @@ title: Working examples
8181
| [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library |
8282
| [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. |
8383
| [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing |
84-
| [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq |
8584
| [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. |
85+
| [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq |
8686
| [Tokenizer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast and customizable text tokenization library with BPE and SentencePiece support |
8787
| [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 |
8888
| [keyvi][] | ![github icon][] | ![linux icon][] ![apple icon][] | FST based key value index highly optimized for size and lookup performance, utilizes ccache action for improved runtime |
8989
| [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. |
9090
| [PyGLM][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Fast OpenGL Mathematics (GLM) for Python |
9191
| [TgCrypto][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. |
9292
| [iDynTree][] | ![github icon][] | ![linux icon][] | Uses manylinux_2_24 |
93-
| [streaming-form-data][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Streaming parser for multipart/form-data written in Cython |
9493
| [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` |
94+
| [streaming-form-data][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Streaming parser for multipart/form-data written in Cython |
9595
| [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. |
9696
| [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis |
9797
| [pybase64][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast Base64 encoding/decoding in Python |
@@ -109,8 +109,8 @@ title: Working examples
109109
| [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy |
110110
| [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy |
111111
| [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. |
112-
| [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. |
113112
| [SiPM][] | ![github icon][] | ![apple icon][] ![linux icon][] | High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. |
113+
| [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. |
114114
| [aalink][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Async Python interface for Ableton Link. |
115115
| [CorrectionLib][] | ![github icon][] | ![apple icon][] ![linux icon][] | Structured JSON powered correction library for HEP, designed for the CMS experiment at CERN. |
116116
| [xmlstarlet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python 3.6+ CFFI bindings with true MSVC build. |
@@ -145,8 +145,8 @@ title: Working examples
145145
[pedalboard]: https://github.com/spotify/pedalboard
146146
[websockets]: https://github.com/python-websockets/websockets
147147
[River]: https://github.com/online-ml/river
148-
[UltraJSON]: https://github.com/ultrajson/ultrajson
149148
[aiortc]: https://github.com/aiortc/aiortc
149+
[UltraJSON]: https://github.com/ultrajson/ultrajson
150150
[OpenSpiel]: https://github.com/google-deepmind/open_spiel
151151
[Dependency Injector]: https://github.com/ets-labs/python-dependency-injector
152152
[pyzmq]: https://github.com/zeromq/pyzmq
@@ -180,8 +180,8 @@ title: Working examples
180180
[time-machine]: https://github.com/adamchainz/time-machine
181181
[Picologging]: https://github.com/microsoft/picologging
182182
[pybind11 cmake_example]: https://github.com/pybind/cmake_example
183-
[markupsafe]: https://github.com/pallets/markupsafe
184183
[Rtree]: https://github.com/Toblerity/rtree
184+
[markupsafe]: https://github.com/pallets/markupsafe
185185
[KDEpy]: https://github.com/tommyod/KDEpy
186186
[dd-trace-py]: https://github.com/DataDog/dd-trace-py
187187
[tgcalls]: https://github.com/MarshalX/tgcalls
@@ -191,17 +191,17 @@ title: Working examples
191191
[python-snappy]: https://github.com/intake/python-snappy
192192
[abess]: https://github.com/abess-team/abess
193193
[cyvcf2]: https://github.com/brentp/cyvcf2
194-
[jq.py]: https://github.com/mwilliamson/jq.py
195194
[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile
195+
[jq.py]: https://github.com/mwilliamson/jq.py
196196
[Tokenizer]: https://github.com/OpenNMT/Tokenizer
197197
[iminuit]: https://github.com/scikit-hep/iminuit
198198
[keyvi]: https://github.com/KeyviDev/keyvi
199199
[pillow-heif]: https://github.com/bigcat88/pillow_heif
200200
[PyGLM]: https://github.com/Zuzu-Typ/PyGLM
201201
[TgCrypto]: https://github.com/pyrogram/tgcrypto
202202
[iDynTree]: https://github.com/robotology/idyntree
203-
[streaming-form-data]: https://github.com/siddhantgoel/streaming-form-data
204203
[Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python
204+
[streaming-form-data]: https://github.com/siddhantgoel/streaming-form-data
205205
[bx-python]: https://github.com/bxlab/bx-python
206206
[power-grid-model]: https://github.com/PowerGridModel/power-grid-model
207207
[pybase64]: https://github.com/mayeut/pybase64
@@ -219,8 +219,8 @@ title: Working examples
219219
[numpythia]: https://github.com/scikit-hep/numpythia
220220
[pyjet]: https://github.com/scikit-hep/pyjet
221221
[ril]: https://github.com/Cryptex-github/ril-py
222-
[GSD]: https://github.com/glotzerlab/gsd
223222
[SiPM]: https://github.com/EdoPro98/SimSiPM
223+
[GSD]: https://github.com/glotzerlab/gsd
224224
[aalink]: https://github.com/artfwo/aalink
225225
[CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib
226226
[xmlstarlet]: https://github.com/dimitern/xmlstarlet

0 commit comments

Comments
 (0)