Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl committed Apr 16, 2024
1 parent b198ebf commit 39703ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,12 @@ jobs:

env:
CIBW_SKIP: "pp*"
CIBW_ENVIRONMENT: "SETUPTOOLS_USE_DISTUTILS=stdlib"
CIBW_BEFORE_BUILD: pip install "numpy>=1.26.2" --config-settings=setup-args="-Dallow-noblas=true"

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Needed to retrieve tags for determining crick version number
- name: Upgrade setuptools
run: |
# workaround for 3.12, SEE: https://github.com/pypa/setuptools/issues/3661#issuecomment-1813845177
pip install --upgrade setuptools

- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [
"setuptools>=68.2.2",
"setuptools-scm[toml]>=6.2",
"Cython",
"numpy",
"numpy>=1.26.2",
"versioneer[toml]",
]
build-backend = "setuptools.build_meta:__legacy__"
Expand Down

0 comments on commit 39703ff

Please sign in to comment.