Skip to content

Commit

Permalink
Merge pull request #358 from ska-sa/bump-versions
Browse files Browse the repository at this point in the history
Bump versions of wheel dependencies
  • Loading branch information
bmerry authored Nov 5, 2024
2 parents 874059e + 8ce08a9 commit cd787a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/before_all_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e -u

sccache_version=0.5.4
rdma_core_version=53.0
pcap_version=1.10.4
pcap_version=1.10.5
boost_version=1.86.0
boost_version_under=${boost_version//./_}

Expand Down
2 changes: 1 addition & 1 deletion .ci/before_all_macos.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e -u

pcap_version=1.10.4
pcap_version=1.10.5

# Prepare the MacOS environment for building spead2 wheels (for cibuildwheel)
.ci/install-sys-pkgs.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
run: ./.ci/install-sys-pkgs.sh
- name: Install Python dependencies
run: ./.ci/py-requirements.sh
- run: pip install build==1.2.1
- run: pip install build==1.2.2.post1
- run: python -m build --sdist .
- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["meson-python", "pybind11==2.13.1", "jinja2", "pycparser", "packaging"]
requires = ["meson-python", "pybind11==2.13.6", "jinja2", "pycparser", "packaging"]
build-backend = "mesonpy"

[project]
Expand Down

0 comments on commit cd787a3

Please sign in to comment.