From c6dd39bd834ed458bb627c294854832e21971f1a Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:08:57 -0400 Subject: [PATCH] [Bot] Update dependencies (#1954) Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> --- cibuildwheel/resources/constraints-pyodide312.txt | 4 ++-- docs/working-examples.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cibuildwheel/resources/constraints-pyodide312.txt b/cibuildwheel/resources/constraints-pyodide312.txt index e8a673f1..0d83cdc6 100644 --- a/cibuildwheel/resources/constraints-pyodide312.txt +++ b/cibuildwheel/resources/constraints-pyodide312.txt @@ -21,7 +21,7 @@ click==8.1.7 # via typer cloudpickle==3.0.0 # via loky -cmake==3.30.1 +cmake==3.30.2 # via pyodide-build distlib==0.3.8 # via virtualenv @@ -117,7 +117,7 @@ virtualenv==20.26.3 # via # build # pyodide-build -wheel==0.43.0 +wheel==0.44.0 # via # auditwheel-emscripten # pyodide-build diff --git a/docs/working-examples.md b/docs/working-examples.md index ac13153f..b960fef7 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -109,8 +109,8 @@ title: Working examples | [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` | | [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy | | [ril][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A python binding to Rust Imaging library using maturin and Pyo3, utilizes Github Action cache to improve speed. Builds abi3 wheels. | -| [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. | | [SiPM][] | ![github icon][] | ![apple icon][] ![linux icon][] | High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. | +| [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. | | [aalink][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Async Python interface for Ableton Link. | | [CorrectionLib][] | ![github icon][] | ![apple icon][] ![linux icon][] | Structured JSON powered correction library for HEP, designed for the CMS experiment at CERN. | | [xmlstarlet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python 3.6+ CFFI bindings with true MSVC build. | @@ -219,8 +219,8 @@ title: Working examples [Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python [pyjet]: https://github.com/scikit-hep/pyjet [ril]: https://github.com/Cryptex-github/ril-py -[GSD]: https://github.com/glotzerlab/gsd [SiPM]: https://github.com/EdoPro98/SimSiPM +[GSD]: https://github.com/glotzerlab/gsd [aalink]: https://github.com/artfwo/aalink [CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib [xmlstarlet]: https://github.com/dimitern/xmlstarlet