Skip to content

Commit 79bfea0

Browse files
[Bot] Update dependencies (#1115)
Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
1 parent 0b1b47d commit 79bfea0

File tree

8 files changed

+143
-143
lines changed

8 files changed

+143
-143
lines changed

cibuildwheel/resources/build-platforms.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ python_configurations = [
6868
{ identifier = "cp38-macosx_x86_64", version = "3.8", url = "https://www.python.org/ftp/python/3.8.10/python-3.8.10-macosx10.9.pkg" },
6969
{ identifier = "cp38-macosx_arm64", version = "3.8", url = "https://www.python.org/ftp/python/3.8.10/python-3.8.10-macosx10.9.pkg" },
7070
{ identifier = "cp38-macosx_universal2", version = "3.8", url = "https://www.python.org/ftp/python/3.8.10/python-3.8.10-macosx10.9.pkg" },
71-
{ identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.12/python-3.9.12-macos11.pkg" },
72-
{ identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.12/python-3.9.12-macos11.pkg" },
73-
{ identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.12/python-3.9.12-macos11.pkg" },
71+
{ identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" },
72+
{ identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" },
73+
{ identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" },
7474
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" },
7575
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" },
7676
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" },
@@ -87,8 +87,8 @@ python_configurations = [
8787
{ identifier = "cp37-win_amd64", version = "3.7.9", arch = "64" },
8888
{ identifier = "cp38-win32", version = "3.8.10", arch = "32" },
8989
{ identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" },
90-
{ identifier = "cp39-win32", version = "3.9.12", arch = "32" },
91-
{ identifier = "cp39-win_amd64", version = "3.9.12", arch = "64" },
90+
{ identifier = "cp39-win32", version = "3.9.13", arch = "32" },
91+
{ identifier = "cp39-win_amd64", version = "3.9.13", arch = "64" },
9292
{ identifier = "cp310-win32", version = "3.10.4", arch = "32" },
9393
{ identifier = "cp310-win_amd64", version = "3.10.4", arch = "64" },
9494
{ identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" },

cibuildwheel/resources/constraints-python310.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ wheel==0.37.1
2424
# delocate
2525

2626
# The following packages are considered to be unsafe in a requirements file:
27-
pip==22.1
27+
pip==22.1.1
2828
# via -r cibuildwheel/resources/constraints.in
29-
setuptools==62.2.0
29+
setuptools==62.3.2
3030
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python37.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ distlib==0.3.4
1010
# via virtualenv
1111
filelock==3.7.0
1212
# via virtualenv
13-
importlib-metadata==4.11.3
13+
importlib-metadata==4.11.4
1414
# via virtualenv
1515
platformdirs==2.5.2
1616
# via virtualenv
@@ -30,7 +30,7 @@ zipp==3.8.0
3030
# via importlib-metadata
3131

3232
# The following packages are considered to be unsafe in a requirements file:
33-
pip==22.1
33+
pip==22.1.1
3434
# via -r cibuildwheel/resources/constraints.in
35-
setuptools==62.2.0
35+
setuptools==62.3.2
3636
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python38.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ wheel==0.37.1
2424
# delocate
2525

2626
# The following packages are considered to be unsafe in a requirements file:
27-
pip==22.1
27+
pip==22.1.1
2828
# via -r cibuildwheel/resources/constraints.in
29-
setuptools==62.2.0
29+
setuptools==62.3.2
3030
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python39.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ wheel==0.37.1
2424
# delocate
2525

2626
# The following packages are considered to be unsafe in a requirements file:
27-
pip==22.1
27+
pip==22.1.1
2828
# via -r cibuildwheel/resources/constraints.in
29-
setuptools==62.2.0
29+
setuptools==62.3.2
3030
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ wheel==0.37.1
2424
# delocate
2525

2626
# The following packages are considered to be unsafe in a requirements file:
27-
pip==22.1
27+
pip==22.1.1
2828
# via -r cibuildwheel/resources/constraints.in
29-
setuptools==62.2.0
29+
setuptools==62.3.2
3030
# via -r cibuildwheel/resources/constraints.in
Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
[x86_64]
2-
manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-05-14-da29a1c
3-
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-05-14-f7463ad
4-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-05-14-f7463ad
5-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-05-14-f7463ad
6-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-05-14-f7463ad
2+
manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-05-22-74adb27
3+
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-05-22-fbe07ea
4+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-05-22-fbe07ea
5+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-05-22-fbe07ea
6+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-05-22-fbe07ea
77

88
[i686]
9-
manylinux1 = quay.io/pypa/manylinux1_i686:2022-05-14-da29a1c
10-
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-05-14-f7463ad
11-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-05-14-f7463ad
12-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-05-14-f7463ad
13-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-05-14-f7463ad
9+
manylinux1 = quay.io/pypa/manylinux1_i686:2022-05-22-74adb27
10+
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-05-22-fbe07ea
11+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-05-22-fbe07ea
12+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-05-22-fbe07ea
13+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-05-22-fbe07ea
1414

1515
[pypy_x86_64]
16-
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-05-14-f7463ad
17-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-05-14-f7463ad
18-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-05-14-f7463ad
16+
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-05-22-fbe07ea
17+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-05-22-fbe07ea
18+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-05-22-fbe07ea
1919

2020
[pypy_i686]
21-
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-05-14-f7463ad
22-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-05-14-f7463ad
23-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-05-14-f7463ad
21+
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-05-22-fbe07ea
22+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-05-22-fbe07ea
23+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-05-22-fbe07ea
2424

2525
[aarch64]
26-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-05-14-f7463ad
27-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-05-14-f7463ad
28-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-05-14-f7463ad
26+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-05-22-fbe07ea
27+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-05-22-fbe07ea
28+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-05-22-fbe07ea
2929

3030
[ppc64le]
31-
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-05-14-f7463ad
32-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-05-14-f7463ad
33-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-05-14-f7463ad
31+
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-05-22-fbe07ea
32+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-05-22-fbe07ea
33+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-05-22-fbe07ea
3434

3535
[s390x]
36-
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-05-14-f7463ad
37-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-05-14-f7463ad
38-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-05-14-f7463ad
36+
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-05-22-fbe07ea
37+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-05-22-fbe07ea
38+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-05-22-fbe07ea
3939

4040
[pypy_aarch64]
41-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-05-14-f7463ad
42-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-05-14-f7463ad
41+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-05-22-fbe07ea
42+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-05-22-fbe07ea
4343

docs/working-examples.md

Lines changed: 100 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ title: Working examples
101101
| [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis |
102102
| [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 |
103103
| [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. |
104-
| [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. |
105104
| [pillow-heif][] | ![github icon][] | ![apple icon][] ![linux icon][] | Python CFFI binding to libheif library with third party dependencies like `libde265`, `x265`, `libaom` with test & publishing on PyPi. |
105+
| [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. |
106106
| [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies |
107107
| [xmlstarlet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python 3.6+ CFFI bindings with true MSVC build. |
108108
| [CorrectionLib][] | ![github icon][] | ![apple icon][] ![linux icon][] | Structured JSON powered correction library for HEP, designed for the CMS experiment at CERN. |
@@ -201,8 +201,8 @@ title: Working examples
201201
[power-grid-model]: https://github.com/alliander-opensource/power-grid-model
202202
[pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example
203203
[ninja]: https://github.com/scikit-build/ninja-python-distributions
204-
[GSD]: https://github.com/glotzerlab/gsd
205204
[pillow-heif]: https://github.com/bigcat88/pillow_heif
205+
[GSD]: https://github.com/glotzerlab/gsd
206206
[pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext
207207
[xmlstarlet]: https://github.com/dimitern/xmlstarlet
208208
[CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib
@@ -218,104 +218,104 @@ title: Working examples
218218
[apple icon]: data/readme_icons/apple.svg
219219
[linux icon]: data/readme_icons/linux.svg
220220

221-
<!-- scikit-learn: 50051, last pushed 0 days ago -->
222-
<!-- Tornado: 20545, last pushed 11 days ago -->
223-
<!-- NumPy: 20441, last pushed 0 days ago -->
224-
<!-- pytorch-fairseq: 16948, last pushed 2 days ago -->
225-
<!-- Matplotlib: 15490, last pushed 0 days ago -->
226-
<!-- Kivy: 14620, last pushed 16 days ago -->
227-
<!-- NCNN: 14553, last pushed 1 days ago -->
228-
<!-- Prophet: 14424, last pushed 11 days ago -->
229-
<!-- MyPy: 13090, last pushed 0 days ago -->
230-
<!-- pydantic: 9919, last pushed 0 days ago -->
231-
<!-- uvloop: 8604, last pushed 0 days ago -->
232-
<!-- psutil: 8374, last pushed 8 days ago -->
233-
<!-- MemRay: 8207, last pushed 0 days ago -->
234-
<!-- vaex: 7055, last pushed 7 days ago -->
235-
<!-- Google Benchmark: 6461, last pushed 1 days ago -->
236-
<!-- Apache Beam: 5508, last pushed 0 days ago -->
237-
<!-- asyncpg: 5469, last pushed 5 days ago -->
238-
<!-- duckdb: 5028, last pushed 0 days ago -->
239-
<!-- scikit-image: 4896, last pushed 4 days ago -->
240-
<!-- PyGame: 4802, last pushed 0 days ago -->
241-
<!-- cmake: 4753, last pushed 0 days ago -->
242-
<!-- twisted-iocpsupport: 4597, last pushed 4 days ago -->
243-
<!-- websockets: 3934, last pushed 1 days ago -->
244-
<!-- cvxpy: 3912, last pushed 0 days ago -->
245-
<!-- PyOxidizer: 3742, last pushed 0 days ago -->
246-
<!-- UltraJSON: 3682, last pushed 3 days ago -->
247-
<!-- Triton: 3621, last pushed 1 days ago -->
248-
<!-- River: 3366, last pushed 0 days ago -->
249-
<!-- OpenSpiel: 3181, last pushed 0 days ago -->
250-
<!-- pyzmq: 3080, last pushed 6 days ago -->
251-
<!-- aiortc: 2910, last pushed 6 days ago -->
252-
<!-- vispy: 2870, last pushed 5 days ago -->
253-
<!-- Implicit: 2777, last pushed 19 days ago -->
254-
<!-- Confluent client for Kafka: 2769, last pushed 0 days ago -->
255-
<!-- tinyobjloader: 2526, last pushed 140 days ago -->
256-
<!-- Dependency Injector: 2104, last pushed 29 days ago -->
257-
<!-- coverage.py: 2035, last pushed 0 days ago -->
258-
<!-- PyCryptodome: 1997, last pushed 1 days ago -->
259-
<!-- PyYAML: 1829, last pushed 4 days ago -->
260-
<!-- numexpr: 1753, last pushed 25 days ago -->
261-
<!-- h5py: 1729, last pushed 1 days ago -->
262-
<!-- Wrapt: 1676, last pushed 14 days ago -->
263-
<!-- PyAV: 1553, last pushed 7 days ago -->
264-
<!-- SimpleJSON: 1485, last pushed 24 days ago -->
265-
<!-- OpenColorIO: 1308, last pushed 12 days ago -->
266-
<!-- pikepdf: 1202, last pushed 0 days ago -->
267-
<!-- Line Profiler: 1196, last pushed 10 days ago -->
268-
<!-- PyTables: 1122, last pushed 27 days ago -->
269-
<!-- OpenTimelineIO: 1048, last pushed 0 days ago -->
270-
<!-- ruptures: 956, last pushed 17 days ago -->
271-
<!-- aioquic: 923, last pushed 7 days ago -->
272-
<!-- DeepForest: 757, last pushed 2 days ago -->
273-
<!-- google neuroglancer: 735, last pushed 0 days ago -->
274-
<!-- Psycopg 3: 669, last pushed 0 days ago -->
275-
<!-- Parselmouth: 655, last pushed 41 days ago -->
276-
<!-- AutoPy: 642, last pushed 142 days ago -->
277-
<!-- H3-py: 523, last pushed 0 days ago -->
278-
<!-- Rtree: 480, last pushed 27 days ago -->
279-
<!-- markupsafe: 468, last pushed 15 days ago -->
280-
<!-- python-rapidjson: 452, last pushed 68 days ago -->
281-
<!-- python-snappy: 434, last pushed 61 days ago -->
282-
<!-- pybind11 cmake_example: 402, last pushed 16 days ago -->
283-
<!-- KDEpy: 371, last pushed 95 days ago -->
284-
<!-- tgcalls: 355, last pushed 9 days ago -->
285-
<!-- pybind11 python_example: 323, last pushed 4 days ago -->
286-
<!-- dd-trace-py: 321, last pushed 0 days ago -->
287-
<!-- sourmash: 305, last pushed 3 days ago -->
288-
<!-- time-machine: 298, last pushed 3 days ago -->
289-
<!-- cyvcf2: 297, last pushed 62 days ago -->
290-
<!-- CTranslate2: 267, last pushed 0 days ago -->
291-
<!-- abess: 263, last pushed 2 days ago -->
292-
<!-- matrixprofile: 258, last pushed 324 days ago -->
293-
<!-- jq.py: 213, last pushed 99 days ago -->
294-
<!-- iminuit: 203, last pushed 3 days ago -->
295-
<!-- Tokenizer: 178, last pushed 70 days ago -->
296-
<!-- PyGLM: 138, last pushed 48 days ago -->
297-
<!-- bx-python: 113, last pushed 131 days ago -->
298-
<!-- boost-histogram: 113, last pushed 2 days ago -->
299-
<!-- iDynTree: 105, last pushed 6 days ago -->
300-
<!-- TgCrypto: 101, last pushed 73 days ago -->
301-
<!-- Python-WebRTC: 88, last pushed 66 days ago -->
302-
<!-- pybase64: 83, last pushed 0 days ago -->
303-
<!-- Arbor: 72, last pushed 0 days ago -->
304-
<!-- fathon: 57, last pushed 179 days ago -->
305-
<!-- etebase-py: 57, last pushed 140 days ago -->
306-
<!-- Imagecodecs (fork): 43, last pushed 77 days ago -->
307-
<!-- polaroid: 37, last pushed 4 days ago -->
308-
<!-- clang-format: 35, last pushed 11 days ago -->
309-
<!-- pyjet: 33, last pushed 13 days ago -->
310-
<!-- numpythia: 33, last pushed 14 days ago -->
311-
<!-- power-grid-model: 31, last pushed 0 days ago -->
312-
<!-- pybind11 scikit_build_example: 24, last pushed 4 days ago -->
313-
<!-- ninja: 24, last pushed 6 days ago -->
314-
<!-- GSD: 19, last pushed 14 days ago -->
315-
<!-- pillow-heif: 19, last pushed 0 days ago -->
316-
<!-- pyinstrument_cext: 10, last pushed 220 days ago -->
317-
<!-- xmlstarlet: 9, last pushed 0 days ago -->
318-
<!-- CorrectionLib: 9, last pushed 16 days ago -->
221+
<!-- scikit-learn: 50139, last pushed 0 days ago -->
222+
<!-- Tornado: 20546, last pushed 18 days ago -->
223+
<!-- NumPy: 20488, last pushed 0 days ago -->
224+
<!-- pytorch-fairseq: 17023, last pushed 1 days ago -->
225+
<!-- Matplotlib: 15520, last pushed 0 days ago -->
226+
<!-- Kivy: 14633, last pushed 5 days ago -->
227+
<!-- NCNN: 14617, last pushed 0 days ago -->
228+
<!-- Prophet: 14454, last pushed 0 days ago -->
229+
<!-- MyPy: 13130, last pushed 0 days ago -->
230+
<!-- pydantic: 9970, last pushed 1 days ago -->
231+
<!-- uvloop: 8623, last pushed 7 days ago -->
232+
<!-- psutil: 8395, last pushed 1 days ago -->
233+
<!-- MemRay: 8343, last pushed 2 days ago -->
234+
<!-- vaex: 7075, last pushed 2 days ago -->
235+
<!-- Google Benchmark: 6476, last pushed 0 days ago -->
236+
<!-- Apache Beam: 5517, last pushed 0 days ago -->
237+
<!-- asyncpg: 5481, last pushed 11 days ago -->
238+
<!-- duckdb: 5058, last pushed 0 days ago -->
239+
<!-- scikit-image: 4909, last pushed 2 days ago -->
240+
<!-- PyGame: 4829, last pushed 0 days ago -->
241+
<!-- cmake: 4767, last pushed 0 days ago -->
242+
<!-- twisted-iocpsupport: 4602, last pushed 0 days ago -->
243+
<!-- websockets: 3939, last pushed 7 days ago -->
244+
<!-- cvxpy: 3925, last pushed 0 days ago -->
245+
<!-- PyOxidizer: 3749, last pushed 7 days ago -->
246+
<!-- UltraJSON: 3688, last pushed 4 days ago -->
247+
<!-- Triton: 3635, last pushed 0 days ago -->
248+
<!-- River: 3372, last pushed 0 days ago -->
249+
<!-- OpenSpiel: 3185, last pushed 1 days ago -->
250+
<!-- pyzmq: 3084, last pushed 0 days ago -->
251+
<!-- aiortc: 2917, last pushed 12 days ago -->
252+
<!-- vispy: 2872, last pushed 5 days ago -->
253+
<!-- Implicit: 2787, last pushed 5 days ago -->
254+
<!-- Confluent client for Kafka: 2780, last pushed 2 days ago -->
255+
<!-- tinyobjloader: 2530, last pushed 146 days ago -->
256+
<!-- Dependency Injector: 2119, last pushed 35 days ago -->
257+
<!-- coverage.py: 2045, last pushed 0 days ago -->
258+
<!-- PyCryptodome: 2004, last pushed 3 days ago -->
259+
<!-- PyYAML: 1839, last pushed 11 days ago -->
260+
<!-- numexpr: 1754, last pushed 32 days ago -->
261+
<!-- h5py: 1735, last pushed 0 days ago -->
262+
<!-- Wrapt: 1678, last pushed 21 days ago -->
263+
<!-- PyAV: 1563, last pushed 3 days ago -->
264+
<!-- SimpleJSON: 1487, last pushed 30 days ago -->
265+
<!-- OpenColorIO: 1311, last pushed 1 days ago -->
266+
<!-- pikepdf: 1221, last pushed 0 days ago -->
267+
<!-- Line Profiler: 1214, last pushed 17 days ago -->
268+
<!-- PyTables: 1125, last pushed 33 days ago -->
269+
<!-- OpenTimelineIO: 1055, last pushed 0 days ago -->
270+
<!-- ruptures: 962, last pushed 5 days ago -->
271+
<!-- aioquic: 926, last pushed 13 days ago -->
272+
<!-- DeepForest: 758, last pushed 8 days ago -->
273+
<!-- google neuroglancer: 734, last pushed 2 days ago -->
274+
<!-- Psycopg 3: 676, last pushed 0 days ago -->
275+
<!-- Parselmouth: 658, last pushed 48 days ago -->
276+
<!-- AutoPy: 643, last pushed 148 days ago -->
277+
<!-- H3-py: 523, last pushed 1 days ago -->
278+
<!-- Rtree: 480, last pushed 33 days ago -->
279+
<!-- markupsafe: 471, last pushed 21 days ago -->
280+
<!-- python-rapidjson: 452, last pushed 75 days ago -->
281+
<!-- python-snappy: 435, last pushed 67 days ago -->
282+
<!-- pybind11 cmake_example: 402, last pushed 3 days ago -->
283+
<!-- KDEpy: 373, last pushed 101 days ago -->
284+
<!-- tgcalls: 356, last pushed 15 days ago -->
285+
<!-- pybind11 python_example: 324, last pushed 10 days ago -->
286+
<!-- dd-trace-py: 322, last pushed 2 days ago -->
287+
<!-- sourmash: 305, last pushed 2 days ago -->
288+
<!-- time-machine: 300, last pushed 1 days ago -->
289+
<!-- cyvcf2: 297, last pushed 2 days ago -->
290+
<!-- CTranslate2: 271, last pushed 2 days ago -->
291+
<!-- abess: 263, last pushed 0 days ago -->
292+
<!-- matrixprofile: 259, last pushed 331 days ago -->
293+
<!-- jq.py: 215, last pushed 105 days ago -->
294+
<!-- iminuit: 205, last pushed 6 days ago -->
295+
<!-- Tokenizer: 179, last pushed 76 days ago -->
296+
<!-- PyGLM: 139, last pushed 55 days ago -->
297+
<!-- bx-python: 113, last pushed 137 days ago -->
298+
<!-- boost-histogram: 113, last pushed 4 days ago -->
299+
<!-- iDynTree: 105, last pushed 3 days ago -->
300+
<!-- TgCrypto: 104, last pushed 79 days ago -->
301+
<!-- Python-WebRTC: 89, last pushed 73 days ago -->
302+
<!-- pybase64: 83, last pushed 3 days ago -->
303+
<!-- Arbor: 72, last pushed 2 days ago -->
304+
<!-- fathon: 59, last pushed 186 days ago -->
305+
<!-- etebase-py: 57, last pushed 146 days ago -->
306+
<!-- Imagecodecs (fork): 43, last pushed 5 days ago -->
307+
<!-- polaroid: 38, last pushed 11 days ago -->
308+
<!-- clang-format: 37, last pushed 17 days ago -->
309+
<!-- pyjet: 33, last pushed 19 days ago -->
310+
<!-- numpythia: 33, last pushed 20 days ago -->
311+
<!-- power-grid-model: 32, last pushed 0 days ago -->
312+
<!-- pybind11 scikit_build_example: 25, last pushed 2 days ago -->
313+
<!-- ninja: 24, last pushed 13 days ago -->
314+
<!-- pillow-heif: 21, last pushed 4 days ago -->
315+
<!-- GSD: 19, last pushed 20 days ago -->
316+
<!-- pyinstrument_cext: 10, last pushed 226 days ago -->
317+
<!-- xmlstarlet: 9, last pushed 6 days ago -->
318+
<!-- CorrectionLib: 9, last pushed 23 days ago -->
319319
<!-- SiPM: 6, last pushed 2 days ago -->
320320

321321
<!-- END bin/projects.py -->

0 commit comments

Comments
 (0)