Skip to content

Commit

Permalink
Attempts to fix wheel buil
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Mar 10, 2024
1 parent 1e4bac6 commit c88440c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- uses: actions/checkout@v4

# Used to host cibuildwheel
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Install pip dependencies
run: |
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 = ["setuptools >= 50.0", "forthon", "numpy"]
requires = ["setuptools >= 61.0", "forthon", "numpy"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit c88440c

Please sign in to comment.