Update dependencies

This commit is contained in:
mayeut
2022-03-21 06:14:03 +00:00
committed by GitHub
parent f3e608e42c
commit bc3ebefe35
9 changed files with 138 additions and 135 deletions
+11 -11
View File
@@ -68,12 +68,12 @@ python_configurations = [
{ 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" },
{ identifier = "cp38-macosx_arm64", version = "3.8", url = "https://www.python.org/ftp/python/3.8.10/python-3.8.10-macosx10.9.pkg" },
{ identifier = "cp38-macosx_universal2", version = "3.8", url = "https://www.python.org/ftp/python/3.8.10/python-3.8.10-macosx10.9.pkg" },
{ identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.10/python-3.9.10-macos11.pkg" },
{ identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.10/python-3.9.10-macos11.pkg" },
{ identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.10/python-3.9.10-macos11.pkg" },
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.2/python-3.10.2-macos11.pkg" },
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.2/python-3.10.2-macos11.pkg" },
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.2/python-3.10.2-macos11.pkg" },
{ identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.11/python-3.9.11-macos11.pkg" },
{ identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.11/python-3.9.11-macos11.pkg" },
{ identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.11/python-3.9.11-macos11.pkg" },
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.3/python-3.10.3-macos11.pkg" },
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.3/python-3.10.3-macos11.pkg" },
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.3/python-3.10.3-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.8-osx64.tar.bz2" },
{ identifier = "pp39-macosx_x86_64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.8-osx64.tar.bz2" },
@@ -87,12 +87,12 @@ python_configurations = [
{ identifier = "cp37-win_amd64", version = "3.7.9", arch = "64" },
{ identifier = "cp38-win32", version = "3.8.10", arch = "32" },
{ identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" },
{ identifier = "cp39-win32", version = "3.9.10", arch = "32" },
{ identifier = "cp39-win_amd64", version = "3.9.10", arch = "64" },
{ identifier = "cp310-win32", version = "3.10.2", arch = "32" },
{ identifier = "cp310-win_amd64", version = "3.10.2", arch = "64" },
{ identifier = "cp39-win32", version = "3.9.11.1", arch = "32" },
{ identifier = "cp39-win_amd64", version = "3.9.11.1", arch = "64" },
{ identifier = "cp310-win32", version = "3.10.3", arch = "32" },
{ identifier = "cp310-win_amd64", version = "3.10.3", arch = "64" },
{ identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" },
{ identifier = "cp310-win_arm64", version = "3.10.2", arch = "ARM64" },
{ identifier = "cp310-win_arm64", version = "3.10.3", 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.8-win64.zip" },
{ identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.8-win64.zip" },
@@ -16,7 +16,7 @@ six==1.16.0
# via virtualenv
typing-extensions==4.1.1
# via delocate
virtualenv==20.13.3
virtualenv==20.13.4
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
@@ -26,5 +26,5 @@ wheel==0.37.1
# The following packages are considered to be unsafe in a requirements file:
pip==22.0.4
# via -r cibuildwheel/resources/constraints.in
setuptools==60.9.3
setuptools==60.10.0
# via -r cibuildwheel/resources/constraints.in
@@ -22,7 +22,7 @@ typing-extensions==4.1.1
# via
# delocate
# importlib-metadata
virtualenv==20.13.3
virtualenv==20.13.4
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
@@ -20,7 +20,7 @@ typing-extensions==4.1.1
# via
# delocate
# importlib-metadata
virtualenv==20.13.3
virtualenv==20.13.4
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
@@ -32,5 +32,5 @@ zipp==3.7.0
# The following packages are considered to be unsafe in a requirements file:
pip==22.0.4
# via -r cibuildwheel/resources/constraints.in
setuptools==60.9.3
setuptools==60.10.0
# via -r cibuildwheel/resources/constraints.in
@@ -16,7 +16,7 @@ six==1.16.0
# via virtualenv
typing-extensions==4.1.1
# via delocate
virtualenv==20.13.3
virtualenv==20.13.4
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
@@ -26,5 +26,5 @@ wheel==0.37.1
# The following packages are considered to be unsafe in a requirements file:
pip==22.0.4
# via -r cibuildwheel/resources/constraints.in
setuptools==60.9.3
setuptools==60.10.0
# via -r cibuildwheel/resources/constraints.in
@@ -16,7 +16,7 @@ six==1.16.0
# via virtualenv
typing-extensions==4.1.1
# via delocate
virtualenv==20.13.3
virtualenv==20.13.4
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
@@ -26,5 +26,5 @@ wheel==0.37.1
# The following packages are considered to be unsafe in a requirements file:
pip==22.0.4
# via -r cibuildwheel/resources/constraints.in
setuptools==60.9.3
setuptools==60.10.0
# via -r cibuildwheel/resources/constraints.in
+2 -2
View File
@@ -16,7 +16,7 @@ six==1.16.0
# via virtualenv
typing-extensions==4.1.1
# via delocate
virtualenv==20.13.3
virtualenv==20.13.4
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
@@ -26,5 +26,5 @@ wheel==0.37.1
# The following packages are considered to be unsafe in a requirements file:
pip==22.0.4
# via -r cibuildwheel/resources/constraints.in
setuptools==60.9.3
setuptools==60.10.0
# via -r cibuildwheel/resources/constraints.in
+27 -27
View File
@@ -1,43 +1,43 @@
[x86_64]
manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-03-06-f52299e
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-03-14-b2cd80b
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-03-14-b2cd80b
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-03-14-b2cd80b
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-03-14-b2cd80b
manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-03-18-11e604c
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-03-19-a819637
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-03-19-a819637
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-03-19-a819637
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-03-19-a819637
[i686]
manylinux1 = quay.io/pypa/manylinux1_i686:2022-03-06-f52299e
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-03-14-b2cd80b
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-03-14-b2cd80b
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-03-14-b2cd80b
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-03-14-b2cd80b
manylinux1 = quay.io/pypa/manylinux1_i686:2022-03-18-11e604c
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-03-19-a819637
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-03-19-a819637
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-03-19-a819637
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-03-19-a819637
[pypy_x86_64]
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-03-14-b2cd80b
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-03-14-b2cd80b
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-03-14-b2cd80b
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-03-19-a819637
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-03-19-a819637
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-03-19-a819637
[pypy_i686]
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-03-14-b2cd80b
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-03-14-b2cd80b
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-03-14-b2cd80b
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-03-19-a819637
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-03-19-a819637
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-03-19-a819637
[aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-03-06-4efbd88
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-03-06-4efbd88
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-03-06-4efbd88
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-03-19-a819637
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-03-19-a819637
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-03-14-b2cd80b
[ppc64le]
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-03-06-4efbd88
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-03-06-4efbd88
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-03-06-4efbd88
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-03-19-a819637
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-03-19-a819637
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-03-19-a819637
[s390x]
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-03-06-4efbd88
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-03-06-4efbd88
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-03-06-4efbd88
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-03-19-a819637
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-03-19-a819637
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-03-19-a819637
[pypy_aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-03-06-4efbd88
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-03-06-4efbd88
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-03-19-a819637
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-03-19-a819637
+89 -86
View File
@@ -52,8 +52,8 @@ title: Working examples
| [DeepForest][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1) |
| [google neuroglancer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | WebGL-based viewer for volumetric data |
| [Parselmouth][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python interface to the Praat software package, using pybind11, C++17 and CMake, with the core Praat static library built only once and shared between wheels. |
| [AutoPy][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. |
| [Psycopg 3][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A modern implementation of a PostgreSQL adapter for Python |
| [AutoPy][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. |
| [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system |
| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS ¶ |
| [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. |
@@ -68,6 +68,7 @@ title: Working examples
| [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. |
| [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. |
| [CTranslate2][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes libraries from the [Intel oneAPI toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html) and CUDA kernels compiled for multiple GPU architectures. |
| [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. |
| [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. |
| [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 |
@@ -139,8 +140,8 @@ title: Working examples
[DeepForest]: https://github.com/LAMDA-NJU/Deep-Forest
[google neuroglancer]: https://github.com/google/neuroglancer
[Parselmouth]: https://github.com/YannickJadoul/Parselmouth
[AutoPy]: https://github.com/autopilot-rs/autopy
[Psycopg 3]: https://github.com/psycopg/psycopg
[AutoPy]: https://github.com/autopilot-rs/autopy
[H3-py]: https://github.com/uber/h3-py
[Rtree]: https://github.com/Toblerity/rtree
[markupsafe]: https://github.com/pallets/markupsafe
@@ -155,6 +156,7 @@ title: Working examples
[sourmash]: https://github.com/dib-lab/sourmash
[time-machine]: https://github.com/adamchainz/time-machine
[CTranslate2]: https://github.com/OpenNMT/CTranslate2
[abess]: https://github.com/abess-team/abess
[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile
[jq.py]: https://github.com/mwilliamson/jq.py
[iminuit]: https://github.com/scikit-hep/iminuit
@@ -192,92 +194,93 @@ title: Working examples
[apple icon]: data/readme_icons/apple.svg
[linux icon]: data/readme_icons/linux.svg
<!-- scikit-learn: 49317, last pushed 0 days ago -->
<!-- Tornado: 20438, last pushed 1 days ago -->
<!-- pytorch-fairseq: 16335, last pushed 2 days ago -->
<!-- Matplotlib: 15150, last pushed 0 days ago -->
<!-- MyPy: 12696, last pushed 0 days ago -->
<!-- pydantic: 9377, last pushed 2 days ago -->
<!-- uvloop: 8449, last pushed 66 days ago -->
<!-- psutil: 8200, last pushed 0 days ago -->
<!-- vaex: 6954, last pushed 3 days ago -->
<!-- Google Benchmark: 6244, last pushed 1 days ago -->
<!-- Apache Beam: 5365, last pushed 0 days ago -->
<!-- asyncpg: 5359, last pushed 1 days ago -->
<!-- scikit-image: 4813, last pushed 0 days ago -->
<!-- cmake: 4554, last pushed 0 days ago -->
<!-- twisted-iocpsupport: 4529, last pushed 0 days ago -->
<!-- duckdb: 4486, last pushed 0 days ago -->
<!-- websockets: 3832, last pushed 0 days ago -->
<!-- cvxpy: 3802, last pushed 0 days ago -->
<!-- PyOxidizer: 3535, last pushed 0 days ago -->
<!-- Triton: 3514, last pushed 0 days ago -->
<!-- River: 3212, last pushed 0 days ago -->
<!-- OpenSpiel: 3099, last pushed 2 days ago -->
<!-- pyzmq: 3040, last pushed 6 days ago -->
<!-- aiortc: 2823, last pushed 0 days ago -->
<!-- vispy: 2820, last pushed 3 days ago -->
<!-- Confluent client for Kafka: 2673, last pushed 0 days ago -->
<!-- tinyobjloader: 2447, last pushed 76 days ago -->
<!-- coverage.py: 1957, last pushed 0 days ago -->
<!-- Dependency Injector: 1949, last pushed 42 days ago -->
<!-- PyCryptodome: 1937, last pushed 1 days ago -->
<!-- PyYAML: 1769, last pushed 20 days ago -->
<!-- numexpr: 1730, last pushed 35 days ago -->
<!-- h5py: 1691, last pushed 0 days ago -->
<!-- PyAV: 1485, last pushed 2 days ago -->
<!-- OpenColorIO: 1264, last pushed 2 days ago -->
<!-- Line Profiler: 1118, last pushed 8 days ago -->
<!-- PyTables: 1107, last pushed 0 days ago -->
<!-- OpenTimelineIO: 1008, last pushed 0 days ago -->
<!-- pikepdf: 956, last pushed 22 days ago -->
<!-- ruptures: 919, last pushed 5 days ago -->
<!-- aioquic: 880, last pushed 1 days ago -->
<!-- DeepForest: 728, last pushed 233 days ago -->
<!-- google neuroglancer: 721, last pushed 15 days ago -->
<!-- Parselmouth: 625, last pushed 27 days ago -->
<!-- AutoPy: 624, last pushed 78 days ago -->
<!-- Psycopg 3: 623, last pushed 1 days ago -->
<!-- H3-py: 486, last pushed 3 days ago -->
<!-- Rtree: 456, last pushed 7 days ago -->
<!-- markupsafe: 452, last pushed 4 days ago -->
<!-- python-rapidjson: 439, last pushed 5 days ago -->
<!-- python-snappy: 426, last pushed 1 days ago -->
<!-- pybind11 cmake_example: 368, last pushed 62 days ago -->
<!-- KDEpy: 350, last pushed 31 days ago -->
<!-- tgcalls: 335, last pushed 64 days ago -->
<!-- pybind11 python_example: 308, last pushed 63 days ago -->
<!-- dd-trace-py: 299, last pushed 2 days ago -->
<!-- cyvcf2: 292, last pushed 95 days ago -->
<!-- sourmash: 279, last pushed 0 days ago -->
<!-- time-machine: 267, last pushed 2 days ago -->
<!-- CTranslate2: 245, last pushed 2 days ago -->
<!-- matrixprofile: 241, last pushed 261 days ago -->
<!-- jq.py: 201, last pushed 35 days ago -->
<!-- iminuit: 195, last pushed 0 days ago -->
<!-- Tokenizer: 168, last pushed 6 days ago -->
<!-- PyGLM: 132, last pushed 28 days ago -->
<!-- bx-python: 113, last pushed 67 days ago -->
<!-- scikit-learn: 49391, last pushed 0 days ago -->
<!-- Tornado: 20443, last pushed 2 days ago -->
<!-- pytorch-fairseq: 16394, last pushed 0 days ago -->
<!-- Matplotlib: 15194, last pushed 0 days ago -->
<!-- MyPy: 12727, last pushed 0 days ago -->
<!-- pydantic: 9428, last pushed 0 days ago -->
<!-- uvloop: 8465, last pushed 73 days ago -->
<!-- psutil: 8210, last pushed 2 days ago -->
<!-- vaex: 6958, last pushed 1 days ago -->
<!-- Google Benchmark: 6261, last pushed 0 days ago -->
<!-- Apache Beam: 5380, last pushed 0 days ago -->
<!-- asyncpg: 5366, last pushed 8 days ago -->
<!-- scikit-image: 4820, last pushed 0 days ago -->
<!-- cmake: 4587, last pushed 0 days ago -->
<!-- twisted-iocpsupport: 4537, last pushed 1 days ago -->
<!-- duckdb: 4525, last pushed 0 days ago -->
<!-- websockets: 3840, last pushed 0 days ago -->
<!-- cvxpy: 3817, last pushed 0 days ago -->
<!-- PyOxidizer: 3548, last pushed 0 days ago -->
<!-- Triton: 3532, last pushed 4 days ago -->
<!-- River: 3223, last pushed 0 days ago -->
<!-- OpenSpiel: 3109, last pushed 1 days ago -->
<!-- pyzmq: 3049, last pushed 2 days ago -->
<!-- aiortc: 2836, last pushed 4 days ago -->
<!-- vispy: 2829, last pushed 0 days ago -->
<!-- Confluent client for Kafka: 2684, last pushed 2 days ago -->
<!-- tinyobjloader: 2454, last pushed 83 days ago -->
<!-- coverage.py: 1962, last pushed 2 days ago -->
<!-- Dependency Injector: 1956, last pushed 49 days ago -->
<!-- PyCryptodome: 1942, last pushed 1 days ago -->
<!-- PyYAML: 1774, last pushed 27 days ago -->
<!-- numexpr: 1731, last pushed 2 days ago -->
<!-- h5py: 1700, last pushed 2 days ago -->
<!-- PyAV: 1493, last pushed 4 days ago -->
<!-- OpenColorIO: 1269, last pushed 2 days ago -->
<!-- Line Profiler: 1129, last pushed 3 days ago -->
<!-- PyTables: 1109, last pushed 3 days ago -->
<!-- OpenTimelineIO: 1012, last pushed 0 days ago -->
<!-- pikepdf: 961, last pushed 0 days ago -->
<!-- ruptures: 919, last pushed 3 days ago -->
<!-- aioquic: 885, last pushed 8 days ago -->
<!-- DeepForest: 733, last pushed 240 days ago -->
<!-- google neuroglancer: 722, last pushed 2 days ago -->
<!-- Parselmouth: 629, last pushed 34 days ago -->
<!-- Psycopg 3: 628, last pushed 0 days ago -->
<!-- AutoPy: 625, last pushed 85 days ago -->
<!-- H3-py: 490, last pushed 10 days ago -->
<!-- Rtree: 456, last pushed 14 days ago -->
<!-- markupsafe: 453, last pushed 5 days ago -->
<!-- python-rapidjson: 439, last pushed 12 days ago -->
<!-- python-snappy: 426, last pushed 4 days ago -->
<!-- pybind11 cmake_example: 370, last pushed 69 days ago -->
<!-- KDEpy: 353, last pushed 38 days ago -->
<!-- tgcalls: 339, last pushed 71 days ago -->
<!-- pybind11 python_example: 308, last pushed 70 days ago -->
<!-- dd-trace-py: 300, last pushed 2 days ago -->
<!-- cyvcf2: 293, last pushed 5 days ago -->
<!-- sourmash: 281, last pushed 0 days ago -->
<!-- time-machine: 268, last pushed 6 days ago -->
<!-- CTranslate2: 250, last pushed 2 days ago -->
<!-- abess: 249, last pushed 0 days ago -->
<!-- matrixprofile: 243, last pushed 268 days ago -->
<!-- jq.py: 203, last pushed 42 days ago -->
<!-- iminuit: 195, last pushed 1 days ago -->
<!-- Tokenizer: 168, last pushed 13 days ago -->
<!-- PyGLM: 131, last pushed 35 days ago -->
<!-- bx-python: 113, last pushed 74 days ago -->
<!-- boost-histogram: 107, last pushed 3 days ago -->
<!-- iDynTree: 97, last pushed 1 days ago -->
<!-- TgCrypto: 94, last pushed 9 days ago -->
<!-- pybase64: 81, last pushed 11 days ago -->
<!-- iDynTree: 97, last pushed 2 days ago -->
<!-- TgCrypto: 94, last pushed 16 days ago -->
<!-- pybase64: 81, last pushed 1 days ago -->
<!-- Arbor: 69, last pushed 2 days ago -->
<!-- etebase-py: 55, last pushed 76 days ago -->
<!-- fathon: 44, last pushed 116 days ago -->
<!-- Imagecodecs (fork): 39, last pushed 13 days ago -->
<!-- numpythia: 33, last pushed 16 days ago -->
<!-- polaroid: 32, last pushed 92 days ago -->
<!-- pyjet: 31, last pushed 16 days ago -->
<!-- clang-format: 30, last pushed 19 days ago -->
<!-- ninja: 23, last pushed 0 days ago -->
<!-- pybind11 scikit_build_example: 20, last pushed 33 days ago -->
<!-- GSD: 19, last pushed 68 days ago -->
<!-- pillow-heif: 14, last pushed 0 days ago -->
<!-- pyinstrument_cext: 10, last pushed 156 days ago -->
<!-- xmlstarlet: 8, last pushed 6 days ago -->
<!-- CorrectionLib: 7, last pushed 4 days ago -->
<!-- SiPM: 5, last pushed 27 days ago -->
<!-- etebase-py: 55, last pushed 83 days ago -->
<!-- fathon: 44, last pushed 123 days ago -->
<!-- Imagecodecs (fork): 40, last pushed 20 days ago -->
<!-- numpythia: 33, last pushed 23 days ago -->
<!-- polaroid: 33, last pushed 99 days ago -->
<!-- pyjet: 32, last pushed 23 days ago -->
<!-- clang-format: 31, last pushed 26 days ago -->
<!-- ninja: 23, last pushed 6 days ago -->
<!-- pybind11 scikit_build_example: 20, last pushed 40 days ago -->
<!-- GSD: 19, last pushed 75 days ago -->
<!-- pillow-heif: 15, last pushed 1 days ago -->
<!-- pyinstrument_cext: 10, last pushed 163 days ago -->
<!-- xmlstarlet: 8, last pushed 13 days ago -->
<!-- CorrectionLib: 8, last pushed 11 days ago -->
<!-- SiPM: 5, last pushed 34 days ago -->
<!-- END bin/projects.py -->