From 8821ca25bf8b75d4d235c07f7fc81800d5ce1933 Mon Sep 17 00:00:00 2001 From: Anna Zhukova <28830446+bindreams@users.noreply.github.com> Date: Sat, 24 Aug 2024 17:06:47 +0300 Subject: [PATCH] Bump dependencies --- .github/workflows/build.yaml | 2 +- pyproject.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fd76a106..4b16f3fd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -47,7 +47,7 @@ jobs: with: python-version: "3.12" - name: Install cibuildwheel - run: pip install cibuildwheel==2.17.0 + run: pip install cibuildwheel==2.20.0 - uses: ilammy/msvc-dev-cmd@v1 if: startsWith(matrix.os, 'windows') diff --git a/pyproject.toml b/pyproject.toml index a27d98ab..add64f03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,13 +58,13 @@ docs = [ [build-system] requires = [ - "scikit-build-core >= 0.8.2", - "pybind11 >= 2.12, < 3", + "scikit-build-core >= 0.10.5", + "pybind11 >= 2.13, < 3", # Build dependencies from CMake. Please keep this in sync with relevant requirements files. "pip >= 24", # src/zint/scripts/generate-stub.requirements.txt - "pybind11-stubgen", - "numpy", + "pybind11-stubgen == 2.5.1", + "numpy >= 1.24.4, < 3", "typing-extensions >= 4.6", "black >= 24" ]