Skip to content

Commit

Permalink
Maybe this
Browse files Browse the repository at this point in the history
  • Loading branch information
vovaf709 committed Oct 16, 2023
1 parent 5089195 commit 0822654
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- name: Build wheels
run: |
python -m pip install --upgrade pip
pip install "numpy<2.0.0" -C-Dallow-noblas=true
python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_ENVIRONMENT_MACOS: >
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', 'numpy<2.0.0', 'Cython<3.0.0']
requires = ['setuptools', '"numpy<2.0.0" -C-Dallow-noblas=true', 'Cython<3.0.0']
build-backend = 'setuptools.build_meta'

[project]
Expand Down

0 comments on commit 0822654

Please sign in to comment.