Skip to content

Commit

Permalink
fix: limit numpy 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Masfaraud committed Sep 28, 2023
1 parent 0b30da9 commit af4468c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build-system]
requires = ["setuptools", "Cython", "numpy"]
requires = ["setuptools", "Cython>=3", "numpy<1.26.0"]

0 comments on commit af4468c

Please sign in to comment.