Skip to content

Commit 3b40094

Browse files
Update dependencies (#958)
1 parent 96f90ba commit 3b40094

8 files changed

Lines changed: 129 additions & 129 deletions

cibuildwheel/resources/build-platforms.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ python_configurations = [
6868
{ identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.9/python-3.9.9-macos11.pkg" },
6969
{ identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.9/python-3.9.9-macos11.pkg" },
7070
{ identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.9/python-3.9.9-macos11.pkg" },
71-
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg" },
72-
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg" },
73-
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg" },
71+
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.1/python-3.10.1-macos11.pkg" },
72+
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.1/python-3.10.1-macos11.pkg" },
73+
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.1/python-3.10.1-macos11.pkg" },
7474
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.7-osx64.tar.bz2" },
7575
{ identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.7-osx64.tar.bz2" },
7676
]
@@ -85,10 +85,10 @@ python_configurations = [
8585
{ identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" },
8686
{ identifier = "cp39-win32", version = "3.9.9", arch = "32" },
8787
{ identifier = "cp39-win_amd64", version = "3.9.9", arch = "64" },
88-
{ identifier = "cp310-win32", version = "3.10.0", arch = "32" },
89-
{ identifier = "cp310-win_amd64", version = "3.10.0", arch = "64" },
88+
{ identifier = "cp310-win32", version = "3.10.1", arch = "32" },
89+
{ identifier = "cp310-win_amd64", version = "3.10.1", arch = "64" },
9090
{ identifier = "cp39-win_arm64", version = "3.9.9", arch = "ARM64" },
91-
{ identifier = "cp310-win_arm64", version = "3.10.0", arch = "ARM64" },
91+
{ identifier = "cp310-win_arm64", version = "3.10.1", arch = "ARM64" },
9292
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.7-win64.zip" },
9393
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.7-win64.zip" },
9494
]

cibuildwheel/resources/constraints-python36.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ backports.entry-points-selectable==1.1.1
88
# via virtualenv
99
delocate==0.10.1
1010
# via -r cibuildwheel/resources/constraints.in
11-
distlib==0.3.3
11+
distlib==0.3.4
1212
# via virtualenv
1313
filelock==3.4.0
1414
# via virtualenv
@@ -40,5 +40,5 @@ zipp==3.6.0
4040
# The following packages are considered to be unsafe in a requirements file:
4141
pip==21.3.1
4242
# via -r cibuildwheel/resources/constraints.in
43-
setuptools==59.5.0
43+
setuptools==59.6.0
4444
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints-python37.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ backports.entry-points-selectable==1.1.1
88
# via virtualenv
99
delocate==0.10.1
1010
# via -r cibuildwheel/resources/constraints.in
11-
distlib==0.3.3
11+
distlib==0.3.4
1212
# via virtualenv
1313
filelock==3.4.0
1414
# via virtualenv
@@ -36,5 +36,5 @@ zipp==3.6.0
3636
# The following packages are considered to be unsafe in a requirements file:
3737
pip==21.3.1
3838
# via -r cibuildwheel/resources/constraints.in
39-
setuptools==59.5.0
39+
setuptools==59.6.0
4040
# 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
@@ -8,7 +8,7 @@ backports.entry-points-selectable==1.1.1
88
# via virtualenv
99
delocate==0.10.1
1010
# via -r cibuildwheel/resources/constraints.in
11-
distlib==0.3.3
11+
distlib==0.3.4
1212
# via virtualenv
1313
filelock==3.4.0
1414
# via virtualenv
@@ -28,5 +28,5 @@ wheel==0.37.0
2828
# The following packages are considered to be unsafe in a requirements file:
2929
pip==21.3.1
3030
# via -r cibuildwheel/resources/constraints.in
31-
setuptools==59.5.0
31+
setuptools==59.6.0
3232
# 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
@@ -8,7 +8,7 @@ backports.entry-points-selectable==1.1.1
88
# via virtualenv
99
delocate==0.10.1
1010
# via -r cibuildwheel/resources/constraints.in
11-
distlib==0.3.3
11+
distlib==0.3.4
1212
# via virtualenv
1313
filelock==3.4.0
1414
# via virtualenv
@@ -28,5 +28,5 @@ wheel==0.37.0
2828
# The following packages are considered to be unsafe in a requirements file:
2929
pip==21.3.1
3030
# via -r cibuildwheel/resources/constraints.in
31-
setuptools==59.5.0
31+
setuptools==59.6.0
3232
# via -r cibuildwheel/resources/constraints.in

cibuildwheel/resources/constraints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ backports.entry-points-selectable==1.1.1
88
# via virtualenv
99
delocate==0.10.1
1010
# via -r cibuildwheel/resources/constraints.in
11-
distlib==0.3.3
11+
distlib==0.3.4
1212
# via virtualenv
1313
filelock==3.4.0
1414
# via virtualenv
@@ -28,5 +28,5 @@ wheel==0.37.0
2828
# The following packages are considered to be unsafe in a requirements file:
2929
pip==21.3.1
3030
# via -r cibuildwheel/resources/constraints.in
31-
setuptools==59.5.0
31+
setuptools==59.6.0
3232
# 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:2021-12-05-ec71e6a
3-
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-12-05-142ef77
4-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-12-05-142ef77
5-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-12-05-142ef77
6-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2021-12-05-142ef77
2+
manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-12-11-951973d
3+
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-12-12-e5100b5
4+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-12-12-e5100b5
5+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-12-12-e5100b5
6+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2021-12-12-e5100b5
77

88
[i686]
9-
manylinux1 = quay.io/pypa/manylinux1_i686:2021-12-05-ec71e6a
10-
manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-12-05-142ef77
11-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-12-05-142ef77
12-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-12-05-142ef77
13-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2021-12-05-142ef77
9+
manylinux1 = quay.io/pypa/manylinux1_i686:2021-12-11-951973d
10+
manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-12-12-e5100b5
11+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-12-12-e5100b5
12+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-12-12-e5100b5
13+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2021-12-12-e5100b5
1414

1515
[pypy_x86_64]
16-
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-12-05-142ef77
17-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-12-05-142ef77
18-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-12-05-142ef77
16+
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-12-12-e5100b5
17+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-12-12-e5100b5
18+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-12-12-e5100b5
1919

2020
[pypy_i686]
21-
manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-12-05-142ef77
22-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-12-05-142ef77
23-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-12-05-142ef77
21+
manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-12-12-e5100b5
22+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-12-12-e5100b5
23+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-12-12-e5100b5
2424

2525
[aarch64]
26-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-12-05-142ef77
27-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-12-05-142ef77
28-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2021-12-05-142ef77
26+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-12-12-e5100b5
27+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-12-12-e5100b5
28+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2021-12-12-e5100b5
2929

3030
[ppc64le]
31-
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-12-05-142ef77
32-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-12-05-142ef77
33-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2021-12-05-142ef77
31+
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-12-12-e5100b5
32+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-12-12-e5100b5
33+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2021-12-12-e5100b5
3434

3535
[s390x]
36-
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-12-05-142ef77
37-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-12-05-142ef77
38-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2021-12-05-142ef77
36+
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-12-12-e5100b5
37+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-12-12-e5100b5
38+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2021-12-12-e5100b5
3939

4040
[pypy_aarch64]
41-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-12-05-142ef77
42-
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-12-05-142ef77
41+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-12-12-e5100b5
42+
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-12-12-e5100b5
4343

docs/working-examples.md

Lines changed: 86 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ title: Working examples
6969
| [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. |
7070
| [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. |
7171
| [CTranslate2][] | ![github icon][] | ![apple icon][] ![linux icon][] | Includes libraries from the [Intel oneAPI toolkit](https://software.intel.com/content/www/us/en/develop/tools/oneapi/base-toolkit.html). The Linux wheels also include CUDA libraries for GPU execution. |
72-
| [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 |
7372
| [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq |
73+
| [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 |
7474
| [Tokenizer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast and customizable text tokenization library with BPE and SentencePiece support |
7575
| [PyGLM][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Fast OpenGL Mathematics (GLM) for Python |
7676
| [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. |
@@ -155,8 +155,8 @@ title: Working examples
155155
[time-machine]: https://github.com/adamchainz/time-machine
156156
[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile
157157
[CTranslate2]: https://github.com/OpenNMT/CTranslate2
158-
[iminuit]: https://github.com/scikit-hep/iminuit
159158
[jq.py]: https://github.com/mwilliamson/jq.py
159+
[iminuit]: https://github.com/scikit-hep/iminuit
160160
[Tokenizer]: https://github.com/OpenNMT/Tokenizer
161161
[PyGLM]: https://github.com/Zuzu-Typ/PyGLM
162162
[bx-python]: https://github.com/bxlab/bx-python
@@ -190,91 +190,91 @@ title: Working examples
190190
[apple icon]: data/readme_icons/apple.svg
191191
[linux icon]: data/readme_icons/linux.svg
192192

193-
<!-- scikit-learn: 48168, last pushed 0 days ago -->
194-
<!-- Tornado: 20297, last pushed 2 days ago -->
195-
<!-- pytorch-fairseq: 14738, last pushed 2 days ago -->
196-
<!-- Matplotlib: 14656, last pushed 0 days ago -->
197-
<!-- MyPy: 11942, last pushed 0 days ago -->
198-
<!-- pydantic: 8227, last pushed 0 days ago -->
199-
<!-- uvloop: 8211, last pushed 32 days ago -->
200-
<!-- psutil: 7903, last pushed 5 days ago -->
201-
<!-- vaex: 6767, last pushed 1 days ago -->
202-
<!-- Google Benchmark: 5959, last pushed 3 days ago -->
203-
<!-- asyncpg: 5199, last pushed 9 days ago -->
204-
<!-- Apache Beam: 5127, last pushed 0 days ago -->
205-
<!-- scikit-image: 4659, last pushed 0 days ago -->
206-
<!-- twisted-iocpsupport: 4433, last pushed 0 days ago -->
207-
<!-- cmake: 4330, last pushed 0 days ago -->
208-
<!-- duckdb: 3957, last pushed 0 days ago -->
209-
<!-- websockets: 3705, last pushed 15 days ago -->
210-
<!-- cvxpy: 3626, last pushed 0 days ago -->
211-
<!-- Triton: 3386, last pushed 2 days ago -->
212-
<!-- PyOxidizer: 3364, last pushed 2 days ago -->
213-
<!-- OpenSpiel: 2972, last pushed 0 days ago -->
214-
<!-- pyzmq: 2961, last pushed 5 days ago -->
215-
<!-- River: 2945, last pushed 1 days ago -->
216-
<!-- vispy: 2768, last pushed 2 days ago -->
217-
<!-- aiortc: 2683, last pushed 3 days ago -->
218-
<!-- Confluent client for Kafka: 2569, last pushed 3 days ago -->
219-
<!-- tinyobjloader: 2356, last pushed 0 days ago -->
220-
<!-- coverage.py: 1842, last pushed 4 days ago -->
221-
<!-- PyCryptodome: 1797, last pushed 2 days ago -->
222-
<!-- Dependency Injector: 1745, last pushed 7 days ago -->
223-
<!-- numexpr: 1684, last pushed 1 days ago -->
224-
<!-- PyYAML: 1672, last pushed 3 days ago -->
225-
<!-- h5py: 1621, last pushed 11 days ago -->
226-
<!-- PyAV: 1401, last pushed 70 days ago -->
227-
<!-- OpenColorIO: 1197, last pushed 2 days ago -->
228-
<!-- PyTables: 1079, last pushed 70 days ago -->
229-
<!-- Line Profiler: 976, last pushed 3 days ago -->
230-
<!-- OpenTimelineIO: 944, last pushed 0 days ago -->
231-
<!-- ruptures: 861, last pushed 44 days ago -->
232-
<!-- pikepdf: 820, last pushed 4 days ago -->
233-
<!-- aioquic: 783, last pushed 33 days ago -->
234-
<!-- google neuroglancer: 703, last pushed 2 days ago -->
235-
<!-- DeepForest: 683, last pushed 135 days ago -->
236-
<!-- Parselmouth: 595, last pushed 5 days ago -->
237-
<!-- AutoPy: 594, last pushed 171 days ago -->
238-
<!-- Psycopg 3: 535, last pushed 0 days ago -->
239-
<!-- H3-py: 452, last pushed 33 days ago -->
240-
<!-- markupsafe: 435, last pushed 4 days ago -->
241-
<!-- python-rapidjson: 433, last pushed 50 days ago -->
242-
<!-- Rtree: 431, last pushed 60 days ago -->
193+
<!-- scikit-learn: 48265, last pushed 0 days ago -->
194+
<!-- Tornado: 20306, last pushed 4 days ago -->
195+
<!-- pytorch-fairseq: 14811, last pushed 2 days ago -->
196+
<!-- Matplotlib: 14705, last pushed 0 days ago -->
197+
<!-- MyPy: 11966, last pushed 0 days ago -->
198+
<!-- pydantic: 8289, last pushed 0 days ago -->
199+
<!-- uvloop: 8233, last pushed 3 days ago -->
200+
<!-- psutil: 7929, last pushed 5 days ago -->
201+
<!-- vaex: 6784, last pushed 0 days ago -->
202+
<!-- Google Benchmark: 5975, last pushed 0 days ago -->
203+
<!-- asyncpg: 5208, last pushed 4 days ago -->
204+
<!-- Apache Beam: 5141, last pushed 0 days ago -->
205+
<!-- scikit-image: 4682, last pushed 0 days ago -->
206+
<!-- twisted-iocpsupport: 4437, last pushed 6 days ago -->
207+
<!-- cmake: 4340, last pushed 0 days ago -->
208+
<!-- duckdb: 3989, last pushed 0 days ago -->
209+
<!-- websockets: 3712, last pushed 22 days ago -->
210+
<!-- cvxpy: 3634, last pushed 0 days ago -->
211+
<!-- Triton: 3402, last pushed 2 days ago -->
212+
<!-- PyOxidizer: 3377, last pushed 1 days ago -->
213+
<!-- OpenSpiel: 2978, last pushed 3 days ago -->
214+
<!-- pyzmq: 2968, last pushed 4 days ago -->
215+
<!-- River: 2967, last pushed 1 days ago -->
216+
<!-- vispy: 2769, last pushed 2 days ago -->
217+
<!-- aiortc: 2696, last pushed 10 days ago -->
218+
<!-- Confluent client for Kafka: 2572, last pushed 2 days ago -->
219+
<!-- tinyobjloader: 2362, last pushed 7 days ago -->
220+
<!-- coverage.py: 1851, last pushed 0 days ago -->
221+
<!-- PyCryptodome: 1812, last pushed 9 days ago -->
222+
<!-- Dependency Injector: 1758, last pushed 14 days ago -->
223+
<!-- numexpr: 1691, last pushed 1 days ago -->
224+
<!-- PyYAML: 1678, last pushed 10 days ago -->
225+
<!-- h5py: 1641, last pushed 1 days ago -->
226+
<!-- PyAV: 1406, last pushed 3 days ago -->
227+
<!-- OpenColorIO: 1201, last pushed 0 days ago -->
228+
<!-- PyTables: 1080, last pushed 0 days ago -->
229+
<!-- Line Profiler: 983, last pushed 10 days ago -->
230+
<!-- OpenTimelineIO: 946, last pushed 0 days ago -->
231+
<!-- ruptures: 869, last pushed 3 days ago -->
232+
<!-- pikepdf: 827, last pushed 1 days ago -->
233+
<!-- aioquic: 790, last pushed 6 days ago -->
234+
<!-- google neuroglancer: 704, last pushed 9 days ago -->
235+
<!-- DeepForest: 686, last pushed 142 days ago -->
236+
<!-- Parselmouth: 596, last pushed 12 days ago -->
237+
<!-- AutoPy: 596, last pushed 178 days ago -->
238+
<!-- Psycopg 3: 544, last pushed 3 days ago -->
239+
<!-- H3-py: 457, last pushed 40 days ago -->
240+
<!-- markupsafe: 437, last pushed 6 days ago -->
241+
<!-- python-rapidjson: 433, last pushed 57 days ago -->
242+
<!-- Rtree: 432, last pushed 67 days ago -->
243243
<!-- python-snappy: 413, last pushed 4 days ago -->
244-
<!-- pybind11 cmake_example: 335, last pushed 7 days ago -->
245-
<!-- KDEpy: 313, last pushed 185 days ago -->
246-
<!-- tgcalls: 293, last pushed 76 days ago -->
247-
<!-- dd-trace-py: 285, last pushed 1 days ago -->
248-
<!-- pybind11 python_example: 284, last pushed 7 days ago -->
249-
<!-- cyvcf2: 276, last pushed 3 days ago -->
250-
<!-- sourmash: 266, last pushed 2 days ago -->
251-
<!-- time-machine: 234, last pushed 1 days ago -->
252-
<!-- matrixprofile: 216, last pushed 163 days ago -->
253-
<!-- CTranslate2: 211, last pushed 3 days ago -->
254-
<!-- iminuit: 189, last pushed 22 days ago -->
255-
<!-- jq.py: 187, last pushed 125 days ago -->
256-
<!-- Tokenizer: 161, last pushed 6 days ago -->
257-
<!-- PyGLM: 124, last pushed 0 days ago -->
258-
<!-- bx-python: 107, last pushed 11 days ago -->
259-
<!-- boost-histogram: 100, last pushed 4 days ago -->
260-
<!-- iDynTree: 92, last pushed 0 days ago -->
261-
<!-- TgCrypto: 80, last pushed 55 days ago -->
262-
<!-- pybase64: 76, last pushed 4 days ago -->
263-
<!-- etebase-py: 52, last pushed 335 days ago -->
264-
<!-- fathon: 41, last pushed 18 days ago -->
265-
<!-- numpythia: 32, last pushed 6 days ago -->
266-
<!-- pyjet: 31, last pushed 7 days ago -->
267-
<!-- polaroid: 27, last pushed 64 days ago -->
268-
<!-- Imagecodecs (fork): 26, last pushed 16 days ago -->
269-
<!-- clang-format: 21, last pushed 52 days ago -->
270-
<!-- ninja: 20, last pushed 8 days ago -->
271-
<!-- pybind11 scikit_build_example: 19, last pushed 7 days ago -->
272-
<!-- GSD: 18, last pushed 18 days ago -->
273-
<!-- pyinstrument_cext: 10, last pushed 58 days ago -->
274-
<!-- xmlstarlet: 7, last pushed 27 days ago -->
275-
<!-- CorrectionLib: 7, last pushed 6 days ago -->
276-
<!-- pillow-heif: 5, last pushed 30 days ago -->
277-
<!-- SiPM: 4, last pushed 28 days ago -->
244+
<!-- pybind11 cmake_example: 336, last pushed 14 days ago -->
245+
<!-- KDEpy: 315, last pushed 192 days ago -->
246+
<!-- tgcalls: 293, last pushed 83 days ago -->
247+
<!-- dd-trace-py: 286, last pushed 0 days ago -->
248+
<!-- pybind11 python_example: 285, last pushed 14 days ago -->
249+
<!-- cyvcf2: 279, last pushed 4 days ago -->
250+
<!-- sourmash: 267, last pushed 9 days ago -->
251+
<!-- time-machine: 236, last pushed 5 days ago -->
252+
<!-- matrixprofile: 217, last pushed 170 days ago -->
253+
<!-- CTranslate2: 213, last pushed 0 days ago -->
254+
<!-- jq.py: 189, last pushed 132 days ago -->
255+
<!-- iminuit: 189, last pushed 29 days ago -->
256+
<!-- Tokenizer: 161, last pushed 4 days ago -->
257+
<!-- PyGLM: 124, last pushed 7 days ago -->
258+
<!-- bx-python: 108, last pushed 1 days ago -->
259+
<!-- boost-histogram: 101, last pushed 6 days ago -->
260+
<!-- iDynTree: 92, last pushed 6 days ago -->
261+
<!-- TgCrypto: 80, last pushed 62 days ago -->
262+
<!-- pybase64: 76, last pushed 6 days ago -->
263+
<!-- etebase-py: 53, last pushed 342 days ago -->
264+
<!-- fathon: 41, last pushed 25 days ago -->
265+
<!-- numpythia: 32, last pushed 13 days ago -->
266+
<!-- pyjet: 31, last pushed 14 days ago -->
267+
<!-- polaroid: 27, last pushed 1 days ago -->
268+
<!-- Imagecodecs (fork): 26, last pushed 23 days ago -->
269+
<!-- clang-format: 22, last pushed 59 days ago -->
270+
<!-- ninja: 20, last pushed 0 days ago -->
271+
<!-- pybind11 scikit_build_example: 19, last pushed 14 days ago -->
272+
<!-- GSD: 18, last pushed 25 days ago -->
273+
<!-- pyinstrument_cext: 10, last pushed 65 days ago -->
274+
<!-- xmlstarlet: 7, last pushed 34 days ago -->
275+
<!-- CorrectionLib: 7, last pushed 2 days ago -->
276+
<!-- pillow-heif: 7, last pushed 1 days ago -->
277+
<!-- SiPM: 4, last pushed 35 days ago -->
278278

279279
<!-- END bin/projects.py -->
280280

0 commit comments

Comments
 (0)