Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Oct 18, 2021
1 parent 5149386 commit ae8da2a
Show file tree
Hide file tree
Showing 8 changed files with 125 additions and 125 deletions.
4 changes: 2 additions & 2 deletions cibuildwheel/resources/build-platforms.toml
Expand Up @@ -68,7 +68,7 @@ python_configurations = [
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0-macos11.pkg" },
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0-macos11.pkg" },
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0-macos11.pkg" },
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.5-osx64.tar.bz2" },
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.6-osx64.tar.bz2" },
]

[windows]
Expand All @@ -83,5 +83,5 @@ python_configurations = [
{ identifier = "cp39-win_amd64", version = "3.9.7", arch = "64" },
{ identifier = "cp310-win32", version = "3.10.0", arch = "32" },
{ identifier = "cp310-win_amd64", version = "3.10.0", arch = "64" },
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.5-win64.zip" },
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.6-win64.zip" },
]
6 changes: 3 additions & 3 deletions cibuildwheel/resources/constraints-python36.txt
Expand Up @@ -10,13 +10,13 @@ delocate==0.10.0
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.3
# via virtualenv
filelock==3.3.0
filelock==3.3.1
# via virtualenv
importlib-metadata==4.8.1
# via
# backports.entry-points-selectable
# virtualenv
importlib-resources==5.2.2
importlib-resources==5.2.3
# via virtualenv
platformdirs==2.4.0
# via virtualenv
Expand All @@ -38,7 +38,7 @@ zipp==3.6.0
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==21.2.4
pip==21.3
# via -r cibuildwheel/resources/constraints.in
setuptools==58.2.0
# via -r cibuildwheel/resources/constraints.in
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints-python37.txt
Expand Up @@ -10,7 +10,7 @@ delocate==0.10.0
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.3
# via virtualenv
filelock==3.3.0
filelock==3.3.1
# via virtualenv
importlib-metadata==4.8.1
# via
Expand All @@ -34,7 +34,7 @@ zipp==3.6.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==21.2.4
pip==21.3
# via -r cibuildwheel/resources/constraints.in
setuptools==58.2.0
# via -r cibuildwheel/resources/constraints.in
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints-python38.txt
Expand Up @@ -10,7 +10,7 @@ delocate==0.10.0
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.3
# via virtualenv
filelock==3.3.0
filelock==3.3.1
# via virtualenv
platformdirs==2.4.0
# via virtualenv
Expand All @@ -26,7 +26,7 @@ wheel==0.37.0
# delocate

# The following packages are considered to be unsafe in a requirements file:
pip==21.2.4
pip==21.3
# via -r cibuildwheel/resources/constraints.in
setuptools==58.2.0
# via -r cibuildwheel/resources/constraints.in
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints-python39.txt
Expand Up @@ -10,7 +10,7 @@ delocate==0.10.0
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.3
# via virtualenv
filelock==3.3.0
filelock==3.3.1
# via virtualenv
platformdirs==2.4.0
# via virtualenv
Expand All @@ -26,7 +26,7 @@ wheel==0.37.0
# delocate

# The following packages are considered to be unsafe in a requirements file:
pip==21.2.4
pip==21.3
# via -r cibuildwheel/resources/constraints.in
setuptools==58.2.0
# via -r cibuildwheel/resources/constraints.in
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints.txt
Expand Up @@ -10,7 +10,7 @@ delocate==0.10.0
# via -r cibuildwheel/resources/constraints.in
distlib==0.3.3
# via virtualenv
filelock==3.3.0
filelock==3.3.1
# via virtualenv
platformdirs==2.4.0
# via virtualenv
Expand All @@ -26,7 +26,7 @@ wheel==0.37.0
# delocate

# The following packages are considered to be unsafe in a requirements file:
pip==21.2.4
pip==21.3
# via -r cibuildwheel/resources/constraints.in
setuptools==58.2.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-10-10-fee0ae1
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-10-10-790306f
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-10-10-790306f
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-10-10-790306f
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2021-10-10-790306f
manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-10-12-4585086
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-10-11-14ac00e
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-10-11-14ac00e
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-10-11-14ac00e
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2021-10-11-14ac00e

[i686]
manylinux1 = quay.io/pypa/manylinux1_i686:2021-10-10-fee0ae1
manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-10-10-790306f
manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-10-10-790306f
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-10-10-790306f
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2021-10-10-790306f
manylinux1 = quay.io/pypa/manylinux1_i686:2021-10-12-4585086
manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-10-11-14ac00e
manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-10-11-14ac00e
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-10-11-14ac00e
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2021-10-11-14ac00e

[pypy_x86_64]
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-10-10-790306f
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-10-10-790306f
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-10-10-790306f
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-10-11-14ac00e
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-10-11-14ac00e
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-10-11-14ac00e

[pypy_i686]
manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-10-10-790306f
manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-10-10-790306f
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-10-10-790306f
manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-10-11-14ac00e
manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-10-11-14ac00e
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-10-11-14ac00e

[aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-10-10-790306f
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-10-10-790306f
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2021-10-10-790306f
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-10-11-14ac00e
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-10-11-14ac00e
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2021-10-11-14ac00e

[ppc64le]
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-10-10-790306f
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-10-10-790306f
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2021-10-10-790306f
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-10-11-14ac00e
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-10-11-14ac00e
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2021-10-11-14ac00e

[s390x]
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-10-10-790306f
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-10-10-790306f
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2021-10-10-790306f
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-10-11-14ac00e
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-10-11-14ac00e
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2021-10-11-14ac00e

[pypy_aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-10-10-790306f
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-10-10-790306f
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-10-11-14ac00e
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-10-11-14ac00e

170 changes: 85 additions & 85 deletions docs/working-examples.md
Expand Up @@ -84,9 +84,9 @@ title: Working examples
| [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. |
| [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. |
| [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. |
| [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. |
| [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. |
| [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 |
| [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. |
| [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies |
| [xmlstarlet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python 3.6+ CFFI bindings with true MSVC build. |
| [CorrectionLib][] | ![github icon][] | ![apple icon][] ![linux icon][] | Structured JSON powered correction library for HEP, designed for the CMS experiment at CERN. |
Expand Down Expand Up @@ -169,9 +169,9 @@ title: Working examples
[polaroid]: https://github.com/daggy1234/polaroid
[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build
[ninja]: https://github.com/scikit-build/ninja-python-distributions
[clang-format]: https://github.com/ssciwr/clang-format-wheel
[GSD]: https://github.com/glotzerlab/gsd
[pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example
[clang-format]: https://github.com/ssciwr/clang-format-wheel
[pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext
[xmlstarlet]: https://github.com/dimitern/xmlstarlet
[CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib
Expand All @@ -188,90 +188,90 @@ title: Working examples
[apple icon]: data/readme_icons/apple.svg
[linux icon]: data/readme_icons/linux.svg

<!-- scikit-learn: 47525, last pushed 0 days ago -->
<!-- Tornado: 20226, last pushed 9 days ago -->
<!-- Matplotlib: 14334, last pushed 0 days ago -->
<!-- pytorch-fairseq: 14077, last pushed 0 days ago -->
<!-- MyPy: 11462, last pushed 0 days ago -->
<!-- uvloop: 8093, last pushed 5 days ago -->
<!-- pydantic: 7761, last pushed 2 days ago -->
<!-- psutil: 7724, last pushed 1 days ago -->
<!-- vaex: 6633, last pushed 1 days ago -->
<!-- Google Benchmark: 5790, last pushed 5 days ago -->
<!-- asyncpg: 5107, last pushed 19 days ago -->
<!-- Apache Beam: 5022, last pushed 0 days ago -->
<!-- scikit-image: 4547, last pushed 2 days ago -->
<!-- twisted-iocpsupport: 4386, last pushed 5 days ago -->
<!-- cmake: 4195, last pushed 0 days ago -->
<!-- websockets: 3600, last pushed 2 days ago -->
<!-- duckdb: 3568, last pushed 0 days ago -->
<!-- cvxpy: 3544, last pushed 2 days ago -->
<!-- Triton: 3268, last pushed 0 days ago -->
<!-- PyOxidizer: 3215, last pushed 10 days ago -->
<!-- pyzmq: 2930, last pushed 0 days ago -->
<!-- OpenSpiel: 2889, last pushed 4 days ago -->
<!-- vispy: 2741, last pushed 2 days ago -->
<!-- River: 2610, last pushed 2 days ago -->
<!-- aiortc: 2606, last pushed 4 days ago -->
<!-- Confluent client for Kafka: 2462, last pushed 3 days ago -->
<!-- tinyobjloader: 2286, last pushed 1 days ago -->
<!-- coverage.py: 1752, last pushed 0 days ago -->
<!-- PyCryptodome: 1730, last pushed 0 days ago -->
<!-- numexpr: 1657, last pushed 15 days ago -->
<!-- Dependency Injector: 1615, last pushed 4 days ago -->
<!-- PyYAML: 1615, last pushed 0 days ago -->
<!-- h5py: 1594, last pushed 2 days ago -->
<!-- PyAV: 1357, last pushed 14 days ago -->
<!-- OpenColorIO: 1168, last pushed 1 days ago -->
<!-- PyTables: 1065, last pushed 14 days ago -->
<!-- Line Profiler: 912, last pushed 3 days ago -->
<!-- Pixar OpenTimelineIO: 907, last pushed 0 days ago -->
<!-- ruptures: 811, last pushed 2 days ago -->
<!-- pikepdf: 763, last pushed 1 days ago -->
<!-- aioquic: 749, last pushed 13 days ago -->
<!-- google neuroglancer: 689, last pushed 6 days ago -->
<!-- DeepForest: 663, last pushed 79 days ago -->
<!-- AutoPy: 578, last pushed 115 days ago -->
<!-- Parselmouth: 567, last pushed 6 days ago -->
<!-- H3-py: 436, last pushed 33 days ago -->
<!-- python-rapidjson: 429, last pushed 107 days ago -->
<!-- markupsafe: 426, last pushed 4 days ago -->
<!-- Rtree: 421, last pushed 4 days ago -->
<!-- python-snappy: 407, last pushed 81 days ago -->
<!-- pybind11 cmake_example: 315, last pushed 4 days ago -->
<!-- KDEpy: 302, last pushed 129 days ago -->
<!-- tgcalls: 275, last pushed 20 days ago -->
<!-- dd-trace-py: 272, last pushed 1 days ago -->
<!-- pybind11 python_example: 271, last pushed 4 days ago -->
<!-- cyvcf2: 269, last pushed 40 days ago -->
<!-- sourmash: 262, last pushed 0 days ago -->
<!-- time-machine: 214, last pushed 1 days ago -->
<!-- matrixprofile: 201, last pushed 107 days ago -->
<!-- CTranslate2: 188, last pushed 2 days ago -->
<!-- iminuit: 185, last pushed 1 days ago -->
<!-- jq.py: 176, last pushed 69 days ago -->
<!-- Tokenizer: 156, last pushed 2 days ago -->
<!-- PyGLM: 119, last pushed 11 days ago -->
<!-- bx-python: 106, last pushed 93 days ago -->
<!-- boost-histogram: 92, last pushed 6 days ago -->
<!-- iDynTree: 89, last pushed 7 days ago -->
<!-- pybase64: 74, last pushed 3 days ago -->
<!-- TgCrypto: 73, last pushed 7 days ago -->
<!-- etebase-py: 52, last pushed 279 days ago -->
<!-- fathon: 39, last pushed 130 days ago -->
<!-- pyjet: 31, last pushed 4 days ago -->
<!-- numpythia: 31, last pushed 4 days ago -->
<!-- polaroid: 25, last pushed 8 days ago -->
<!-- Imagecodecs (fork): 21, last pushed 46 days ago -->
<!-- ninja: 19, last pushed 1 days ago -->
<!-- scikit-learn: 47587, last pushed 0 days ago -->
<!-- Tornado: 20227, last pushed 0 days ago -->
<!-- Matplotlib: 14376, last pushed 0 days ago -->
<!-- pytorch-fairseq: 14139, last pushed 2 days ago -->
<!-- MyPy: 11489, last pushed 0 days ago -->
<!-- uvloop: 8108, last pushed 6 days ago -->
<!-- pydantic: 7818, last pushed 1 days ago -->
<!-- psutil: 7747, last pushed 2 days ago -->
<!-- vaex: 6642, last pushed 1 days ago -->
<!-- Google Benchmark: 5804, last pushed 0 days ago -->
<!-- asyncpg: 5121, last pushed 26 days ago -->
<!-- Apache Beam: 5030, last pushed 0 days ago -->
<!-- scikit-image: 4552, last pushed 1 days ago -->
<!-- twisted-iocpsupport: 4396, last pushed 1 days ago -->
<!-- cmake: 4212, last pushed 0 days ago -->
<!-- websockets: 3617, last pushed 9 days ago -->
<!-- duckdb: 3584, last pushed 0 days ago -->
<!-- cvxpy: 3552, last pushed 0 days ago -->
<!-- Triton: 3287, last pushed 0 days ago -->
<!-- PyOxidizer: 3224, last pushed 0 days ago -->
<!-- pyzmq: 2936, last pushed 5 days ago -->
<!-- OpenSpiel: 2900, last pushed 0 days ago -->
<!-- vispy: 2749, last pushed 3 days ago -->
<!-- River: 2637, last pushed 3 days ago -->
<!-- aiortc: 2616, last pushed 11 days ago -->
<!-- Confluent client for Kafka: 2471, last pushed 6 days ago -->
<!-- tinyobjloader: 2296, last pushed 8 days ago -->
<!-- coverage.py: 1772, last pushed 0 days ago -->
<!-- PyCryptodome: 1743, last pushed 1 days ago -->
<!-- numexpr: 1660, last pushed 6 days ago -->
<!-- Dependency Injector: 1630, last pushed 0 days ago -->
<!-- PyYAML: 1626, last pushed 4 days ago -->
<!-- h5py: 1597, last pushed 0 days ago -->
<!-- PyAV: 1361, last pushed 21 days ago -->
<!-- OpenColorIO: 1171, last pushed 0 days ago -->
<!-- PyTables: 1066, last pushed 21 days ago -->
<!-- Line Profiler: 918, last pushed 10 days ago -->
<!-- Pixar OpenTimelineIO: 914, last pushed 0 days ago -->
<!-- ruptures: 820, last pushed 4 days ago -->
<!-- pikepdf: 770, last pushed 8 days ago -->
<!-- aioquic: 750, last pushed 20 days ago -->
<!-- google neuroglancer: 692, last pushed 1 days ago -->
<!-- DeepForest: 666, last pushed 86 days ago -->
<!-- AutoPy: 578, last pushed 122 days ago -->
<!-- Parselmouth: 574, last pushed 13 days ago -->
<!-- H3-py: 437, last pushed 40 days ago -->
<!-- python-rapidjson: 429, last pushed 1 days ago -->
<!-- markupsafe: 427, last pushed 11 days ago -->
<!-- Rtree: 422, last pushed 11 days ago -->
<!-- python-snappy: 408, last pushed 88 days ago -->
<!-- pybind11 cmake_example: 319, last pushed 11 days ago -->
<!-- KDEpy: 303, last pushed 136 days ago -->
<!-- tgcalls: 279, last pushed 27 days ago -->
<!-- dd-trace-py: 276, last pushed 2 days ago -->
<!-- pybind11 python_example: 273, last pushed 11 days ago -->
<!-- cyvcf2: 270, last pushed 47 days ago -->
<!-- sourmash: 262, last pushed 2 days ago -->
<!-- time-machine: 214, last pushed 6 days ago -->
<!-- matrixprofile: 202, last pushed 114 days ago -->
<!-- CTranslate2: 191, last pushed 2 days ago -->
<!-- iminuit: 185, last pushed 2 days ago -->
<!-- jq.py: 176, last pushed 76 days ago -->
<!-- Tokenizer: 158, last pushed 9 days ago -->
<!-- PyGLM: 118, last pushed 18 days ago -->
<!-- bx-python: 106, last pushed 100 days ago -->
<!-- boost-histogram: 94, last pushed 4 days ago -->
<!-- iDynTree: 89, last pushed 14 days ago -->
<!-- pybase64: 74, last pushed 5 days ago -->
<!-- TgCrypto: 73, last pushed 6 days ago -->
<!-- etebase-py: 52, last pushed 286 days ago -->
<!-- fathon: 39, last pushed 4 days ago -->
<!-- pyjet: 31, last pushed 11 days ago -->
<!-- numpythia: 31, last pushed 11 days ago -->
<!-- polaroid: 25, last pushed 15 days ago -->
<!-- Imagecodecs (fork): 23, last pushed 5 days ago -->
<!-- ninja: 19, last pushed 6 days ago -->
<!-- clang-format: 19, last pushed 3 days ago -->
<!-- GSD: 18, last pushed 2 days ago -->
<!-- pybind11 scikit_build_example: 17, last pushed 4 days ago -->
<!-- clang-format: 15, last pushed 3 days ago -->
<!-- pyinstrument_cext: 10, last pushed 2 days ago -->
<!-- xmlstarlet: 7, last pushed 80 days ago -->
<!-- CorrectionLib: 7, last pushed 3 days ago -->
<!-- SiPM: 4, last pushed 0 days ago -->
<!-- pillow-heif: 3, last pushed 2 days ago -->
<!-- pybind11 scikit_build_example: 17, last pushed 11 days ago -->
<!-- pyinstrument_cext: 10, last pushed 9 days ago -->
<!-- xmlstarlet: 7, last pushed 87 days ago -->
<!-- CorrectionLib: 7, last pushed 4 days ago -->
<!-- SiPM: 4, last pushed 6 days ago -->
<!-- pillow-heif: 4, last pushed 6 days ago -->

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

Expand Down

0 comments on commit ae8da2a

Please sign in to comment.