Skip to content

Commit

Permalink
Update dependencies (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
cibuildwheel-bot[bot] committed Dec 13, 2021
1 parent 96f90ba commit 3b40094
Show file tree
Hide file tree
Showing 8 changed files with 129 additions and 129 deletions.
12 changes: 6 additions & 6 deletions cibuildwheel/resources/build-platforms.toml
Expand Up @@ -68,9 +68,9 @@ python_configurations = [
{ identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.9/python-3.9.9-macos11.pkg" },
{ identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.9/python-3.9.9-macos11.pkg" },
{ identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.9/python-3.9.9-macos11.pkg" },
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg" },
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg" },
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg" },
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.1/python-3.10.1-macos11.pkg" },
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.1/python-3.10.1-macos11.pkg" },
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.1/python-3.10.1-macos11.pkg" },
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.7-osx64.tar.bz2" },
{ identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.7-osx64.tar.bz2" },
]
Expand All @@ -85,10 +85,10 @@ python_configurations = [
{ identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" },
{ identifier = "cp39-win32", version = "3.9.9", arch = "32" },
{ identifier = "cp39-win_amd64", version = "3.9.9", arch = "64" },
{ identifier = "cp310-win32", version = "3.10.0", arch = "32" },
{ identifier = "cp310-win_amd64", version = "3.10.0", arch = "64" },
{ identifier = "cp310-win32", version = "3.10.1", arch = "32" },
{ identifier = "cp310-win_amd64", version = "3.10.1", arch = "64" },
{ identifier = "cp39-win_arm64", version = "3.9.9", arch = "ARM64" },
{ identifier = "cp310-win_arm64", version = "3.10.0", arch = "ARM64" },
{ identifier = "cp310-win_arm64", version = "3.10.1", arch = "ARM64" },
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.7-win64.zip" },
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.7-win64.zip" },
]
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints-python36.txt
Expand Up @@ -8,7 +8,7 @@ backports.entry-points-selectable==1.1.1
# via virtualenv
delocate==0.10.1
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.3
distlib==0.3.4
# via virtualenv
filelock==3.4.0
# via virtualenv
Expand Down Expand Up @@ -40,5 +40,5 @@ zipp==3.6.0
# The following packages are considered to be unsafe in a requirements file:
pip==21.3.1
# via -r cibuildwheel/resources/constraints.in
setuptools==59.5.0
setuptools==59.6.0
# via -r cibuildwheel/resources/constraints.in
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints-python37.txt
Expand Up @@ -8,7 +8,7 @@ backports.entry-points-selectable==1.1.1
# via virtualenv
delocate==0.10.1
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.3
distlib==0.3.4
# via virtualenv
filelock==3.4.0
# via virtualenv
Expand Down Expand Up @@ -36,5 +36,5 @@ zipp==3.6.0
# The following packages are considered to be unsafe in a requirements file:
pip==21.3.1
# via -r cibuildwheel/resources/constraints.in
setuptools==59.5.0
setuptools==59.6.0
# via -r cibuildwheel/resources/constraints.in
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints-python38.txt
Expand Up @@ -8,7 +8,7 @@ backports.entry-points-selectable==1.1.1
# via virtualenv
delocate==0.10.1
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.3
distlib==0.3.4
# via virtualenv
filelock==3.4.0
# via virtualenv
Expand All @@ -28,5 +28,5 @@ wheel==0.37.0
# The following packages are considered to be unsafe in a requirements file:
pip==21.3.1
# via -r cibuildwheel/resources/constraints.in
setuptools==59.5.0
setuptools==59.6.0
# via -r cibuildwheel/resources/constraints.in
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints-python39.txt
Expand Up @@ -8,7 +8,7 @@ backports.entry-points-selectable==1.1.1
# via virtualenv
delocate==0.10.1
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.3
distlib==0.3.4
# via virtualenv
filelock==3.4.0
# via virtualenv
Expand All @@ -28,5 +28,5 @@ wheel==0.37.0
# The following packages are considered to be unsafe in a requirements file:
pip==21.3.1
# via -r cibuildwheel/resources/constraints.in
setuptools==59.5.0
setuptools==59.6.0
# via -r cibuildwheel/resources/constraints.in
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints.txt
Expand Up @@ -8,7 +8,7 @@ backports.entry-points-selectable==1.1.1
# via virtualenv
delocate==0.10.1
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.3
distlib==0.3.4
# via virtualenv
filelock==3.4.0
# via virtualenv
Expand All @@ -28,5 +28,5 @@ wheel==0.37.0
# The following packages are considered to be unsafe in a requirements file:
pip==21.3.1
# via -r cibuildwheel/resources/constraints.in
setuptools==59.5.0
setuptools==59.6.0
# via -r cibuildwheel/resources/constraints.in
54 changes: 27 additions & 27 deletions cibuildwheel/resources/pinned_docker_images.cfg
@@ -1,43 +1,43 @@
[x86_64]
manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-12-05-ec71e6a
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-12-05-142ef77
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-12-05-142ef77
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-12-05-142ef77
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2021-12-05-142ef77
manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-12-11-951973d
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-12-12-e5100b5
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-12-12-e5100b5
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-12-12-e5100b5
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2021-12-12-e5100b5

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

[pypy_x86_64]
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-12-05-142ef77
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-12-05-142ef77
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-12-05-142ef77
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-12-12-e5100b5
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-12-12-e5100b5
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-12-12-e5100b5

[pypy_i686]
manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-12-05-142ef77
manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-12-05-142ef77
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-12-05-142ef77
manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-12-12-e5100b5
manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-12-12-e5100b5
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-12-12-e5100b5

[aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-12-05-142ef77
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-12-05-142ef77
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2021-12-05-142ef77
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-12-12-e5100b5
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-12-12-e5100b5
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2021-12-12-e5100b5

[ppc64le]
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-12-05-142ef77
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-12-05-142ef77
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2021-12-05-142ef77
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-12-12-e5100b5
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-12-12-e5100b5
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2021-12-12-e5100b5

[s390x]
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-12-05-142ef77
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-12-05-142ef77
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2021-12-05-142ef77
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-12-12-e5100b5
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-12-12-e5100b5
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2021-12-12-e5100b5

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

172 changes: 86 additions & 86 deletions docs/working-examples.md
Expand Up @@ -69,8 +69,8 @@ title: Working examples
| [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. |
| [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. |
| [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. |
| [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 |
| [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq |
| [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 |
| [Tokenizer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast and customizable text tokenization library with BPE and SentencePiece support |
| [PyGLM][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Fast OpenGL Mathematics (GLM) for Python |
| [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. |
Expand Down Expand Up @@ -155,8 +155,8 @@ title: Working examples
[time-machine]: https://github.com/adamchainz/time-machine
[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile
[CTranslate2]: https://github.com/OpenNMT/CTranslate2
[iminuit]: https://github.com/scikit-hep/iminuit
[jq.py]: https://github.com/mwilliamson/jq.py
[iminuit]: https://github.com/scikit-hep/iminuit
[Tokenizer]: https://github.com/OpenNMT/Tokenizer
[PyGLM]: https://github.com/Zuzu-Typ/PyGLM
[bx-python]: https://github.com/bxlab/bx-python
Expand Down Expand Up @@ -190,91 +190,91 @@ title: Working examples
[apple icon]: data/readme_icons/apple.svg
[linux icon]: data/readme_icons/linux.svg

<!-- scikit-learn: 48168, last pushed 0 days ago -->
<!-- Tornado: 20297, last pushed 2 days ago -->
<!-- pytorch-fairseq: 14738, last pushed 2 days ago -->
<!-- Matplotlib: 14656, last pushed 0 days ago -->
<!-- MyPy: 11942, last pushed 0 days ago -->
<!-- pydantic: 8227, last pushed 0 days ago -->
<!-- uvloop: 8211, last pushed 32 days ago -->
<!-- psutil: 7903, last pushed 5 days ago -->
<!-- vaex: 6767, last pushed 1 days ago -->
<!-- Google Benchmark: 5959, last pushed 3 days ago -->
<!-- asyncpg: 5199, last pushed 9 days ago -->
<!-- Apache Beam: 5127, last pushed 0 days ago -->
<!-- scikit-image: 4659, last pushed 0 days ago -->
<!-- twisted-iocpsupport: 4433, last pushed 0 days ago -->
<!-- cmake: 4330, last pushed 0 days ago -->
<!-- duckdb: 3957, last pushed 0 days ago -->
<!-- websockets: 3705, last pushed 15 days ago -->
<!-- cvxpy: 3626, last pushed 0 days ago -->
<!-- Triton: 3386, last pushed 2 days ago -->
<!-- PyOxidizer: 3364, last pushed 2 days ago -->
<!-- OpenSpiel: 2972, last pushed 0 days ago -->
<!-- pyzmq: 2961, last pushed 5 days ago -->
<!-- River: 2945, last pushed 1 days ago -->
<!-- vispy: 2768, last pushed 2 days ago -->
<!-- aiortc: 2683, last pushed 3 days ago -->
<!-- Confluent client for Kafka: 2569, last pushed 3 days ago -->
<!-- tinyobjloader: 2356, last pushed 0 days ago -->
<!-- coverage.py: 1842, last pushed 4 days ago -->
<!-- PyCryptodome: 1797, last pushed 2 days ago -->
<!-- Dependency Injector: 1745, last pushed 7 days ago -->
<!-- numexpr: 1684, last pushed 1 days ago -->
<!-- PyYAML: 1672, last pushed 3 days ago -->
<!-- h5py: 1621, last pushed 11 days ago -->
<!-- PyAV: 1401, last pushed 70 days ago -->
<!-- OpenColorIO: 1197, last pushed 2 days ago -->
<!-- PyTables: 1079, last pushed 70 days ago -->
<!-- Line Profiler: 976, last pushed 3 days ago -->
<!-- OpenTimelineIO: 944, last pushed 0 days ago -->
<!-- ruptures: 861, last pushed 44 days ago -->
<!-- pikepdf: 820, last pushed 4 days ago -->
<!-- aioquic: 783, last pushed 33 days ago -->
<!-- google neuroglancer: 703, last pushed 2 days ago -->
<!-- DeepForest: 683, last pushed 135 days ago -->
<!-- Parselmouth: 595, last pushed 5 days ago -->
<!-- AutoPy: 594, last pushed 171 days ago -->
<!-- Psycopg 3: 535, last pushed 0 days ago -->
<!-- H3-py: 452, last pushed 33 days ago -->
<!-- markupsafe: 435, last pushed 4 days ago -->
<!-- python-rapidjson: 433, last pushed 50 days ago -->
<!-- Rtree: 431, last pushed 60 days ago -->
<!-- scikit-learn: 48265, last pushed 0 days ago -->
<!-- Tornado: 20306, last pushed 4 days ago -->
<!-- pytorch-fairseq: 14811, last pushed 2 days ago -->
<!-- Matplotlib: 14705, last pushed 0 days ago -->
<!-- MyPy: 11966, last pushed 0 days ago -->
<!-- pydantic: 8289, last pushed 0 days ago -->
<!-- uvloop: 8233, last pushed 3 days ago -->
<!-- psutil: 7929, last pushed 5 days ago -->
<!-- vaex: 6784, last pushed 0 days ago -->
<!-- Google Benchmark: 5975, last pushed 0 days ago -->
<!-- asyncpg: 5208, last pushed 4 days ago -->
<!-- Apache Beam: 5141, last pushed 0 days ago -->
<!-- scikit-image: 4682, last pushed 0 days ago -->
<!-- twisted-iocpsupport: 4437, last pushed 6 days ago -->
<!-- cmake: 4340, last pushed 0 days ago -->
<!-- duckdb: 3989, last pushed 0 days ago -->
<!-- websockets: 3712, last pushed 22 days ago -->
<!-- cvxpy: 3634, last pushed 0 days ago -->
<!-- Triton: 3402, last pushed 2 days ago -->
<!-- PyOxidizer: 3377, last pushed 1 days ago -->
<!-- OpenSpiel: 2978, last pushed 3 days ago -->
<!-- pyzmq: 2968, last pushed 4 days ago -->
<!-- River: 2967, last pushed 1 days ago -->
<!-- vispy: 2769, last pushed 2 days ago -->
<!-- aiortc: 2696, last pushed 10 days ago -->
<!-- Confluent client for Kafka: 2572, last pushed 2 days ago -->
<!-- tinyobjloader: 2362, last pushed 7 days ago -->
<!-- coverage.py: 1851, last pushed 0 days ago -->
<!-- PyCryptodome: 1812, last pushed 9 days ago -->
<!-- Dependency Injector: 1758, last pushed 14 days ago -->
<!-- numexpr: 1691, last pushed 1 days ago -->
<!-- PyYAML: 1678, last pushed 10 days ago -->
<!-- h5py: 1641, last pushed 1 days ago -->
<!-- PyAV: 1406, last pushed 3 days ago -->
<!-- OpenColorIO: 1201, last pushed 0 days ago -->
<!-- PyTables: 1080, last pushed 0 days ago -->
<!-- Line Profiler: 983, last pushed 10 days ago -->
<!-- OpenTimelineIO: 946, last pushed 0 days ago -->
<!-- ruptures: 869, last pushed 3 days ago -->
<!-- pikepdf: 827, last pushed 1 days ago -->
<!-- aioquic: 790, last pushed 6 days ago -->
<!-- google neuroglancer: 704, last pushed 9 days ago -->
<!-- DeepForest: 686, last pushed 142 days ago -->
<!-- Parselmouth: 596, last pushed 12 days ago -->
<!-- AutoPy: 596, last pushed 178 days ago -->
<!-- Psycopg 3: 544, last pushed 3 days ago -->
<!-- H3-py: 457, last pushed 40 days ago -->
<!-- markupsafe: 437, last pushed 6 days ago -->
<!-- python-rapidjson: 433, last pushed 57 days ago -->
<!-- Rtree: 432, last pushed 67 days ago -->
<!-- python-snappy: 413, last pushed 4 days ago -->
<!-- pybind11 cmake_example: 335, last pushed 7 days ago -->
<!-- KDEpy: 313, last pushed 185 days ago -->
<!-- tgcalls: 293, last pushed 76 days ago -->
<!-- dd-trace-py: 285, last pushed 1 days ago -->
<!-- pybind11 python_example: 284, last pushed 7 days ago -->
<!-- cyvcf2: 276, last pushed 3 days ago -->
<!-- sourmash: 266, last pushed 2 days ago -->
<!-- time-machine: 234, last pushed 1 days ago -->
<!-- matrixprofile: 216, last pushed 163 days ago -->
<!-- CTranslate2: 211, last pushed 3 days ago -->
<!-- iminuit: 189, last pushed 22 days ago -->
<!-- jq.py: 187, last pushed 125 days ago -->
<!-- Tokenizer: 161, last pushed 6 days ago -->
<!-- PyGLM: 124, last pushed 0 days ago -->
<!-- bx-python: 107, last pushed 11 days ago -->
<!-- boost-histogram: 100, last pushed 4 days ago -->
<!-- iDynTree: 92, last pushed 0 days ago -->
<!-- TgCrypto: 80, last pushed 55 days ago -->
<!-- pybase64: 76, last pushed 4 days ago -->
<!-- etebase-py: 52, last pushed 335 days ago -->
<!-- fathon: 41, last pushed 18 days ago -->
<!-- numpythia: 32, last pushed 6 days ago -->
<!-- pyjet: 31, last pushed 7 days ago -->
<!-- polaroid: 27, last pushed 64 days ago -->
<!-- Imagecodecs (fork): 26, last pushed 16 days ago -->
<!-- clang-format: 21, last pushed 52 days ago -->
<!-- ninja: 20, last pushed 8 days ago -->
<!-- pybind11 scikit_build_example: 19, last pushed 7 days ago -->
<!-- GSD: 18, last pushed 18 days ago -->
<!-- pyinstrument_cext: 10, last pushed 58 days ago -->
<!-- xmlstarlet: 7, last pushed 27 days ago -->
<!-- CorrectionLib: 7, last pushed 6 days ago -->
<!-- pillow-heif: 5, last pushed 30 days ago -->
<!-- SiPM: 4, last pushed 28 days ago -->
<!-- pybind11 cmake_example: 336, last pushed 14 days ago -->
<!-- KDEpy: 315, last pushed 192 days ago -->
<!-- tgcalls: 293, last pushed 83 days ago -->
<!-- dd-trace-py: 286, last pushed 0 days ago -->
<!-- pybind11 python_example: 285, last pushed 14 days ago -->
<!-- cyvcf2: 279, last pushed 4 days ago -->
<!-- sourmash: 267, last pushed 9 days ago -->
<!-- time-machine: 236, last pushed 5 days ago -->
<!-- matrixprofile: 217, last pushed 170 days ago -->
<!-- CTranslate2: 213, last pushed 0 days ago -->
<!-- jq.py: 189, last pushed 132 days ago -->
<!-- iminuit: 189, last pushed 29 days ago -->
<!-- Tokenizer: 161, last pushed 4 days ago -->
<!-- PyGLM: 124, last pushed 7 days ago -->
<!-- bx-python: 108, last pushed 1 days ago -->
<!-- boost-histogram: 101, last pushed 6 days ago -->
<!-- iDynTree: 92, last pushed 6 days ago -->
<!-- TgCrypto: 80, last pushed 62 days ago -->
<!-- pybase64: 76, last pushed 6 days ago -->
<!-- etebase-py: 53, last pushed 342 days ago -->
<!-- fathon: 41, last pushed 25 days ago -->
<!-- numpythia: 32, last pushed 13 days ago -->
<!-- pyjet: 31, last pushed 14 days ago -->
<!-- polaroid: 27, last pushed 1 days ago -->
<!-- Imagecodecs (fork): 26, last pushed 23 days ago -->
<!-- clang-format: 22, last pushed 59 days ago -->
<!-- ninja: 20, last pushed 0 days ago -->
<!-- pybind11 scikit_build_example: 19, last pushed 14 days ago -->
<!-- GSD: 18, last pushed 25 days ago -->
<!-- pyinstrument_cext: 10, last pushed 65 days ago -->
<!-- xmlstarlet: 7, last pushed 34 days ago -->
<!-- CorrectionLib: 7, last pushed 2 days ago -->
<!-- pillow-heif: 7, last pushed 1 days ago -->
<!-- SiPM: 4, last pushed 35 days ago -->

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

Expand Down

0 comments on commit 3b40094

Please sign in to comment.