Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bindreams committed Aug 24, 2024
1 parent e97f682 commit 8821ca2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit 8821ca2

Please sign in to comment.