Skip to content

Commit 85133d3

Browse files
committed
add pyproject.toml
1 parent a2d2fa1 commit 85133d3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
output-dir: dist
7373
env:
7474
CIBW_BUILD: cp3${{ matrix.python.minor }}-*
75-
CIBW_CONFIG_SETTINGS: --no-isolation
7675
CIBW_ARCHS_WINDOWS: x86 AMD64
7776
CIBW_ARCHS_MACOS: x86_64
7877
CIBW_BEFORE_BUILD: pip install -r {project}/${{ matrix.python.req_build }}
@@ -88,7 +87,6 @@ jobs:
8887
output-dir: dist
8988
env:
9089
CIBW_BUILD: cp3${{ matrix.python.minor }}-macosx_arm64
91-
CIBW_CONFIG_SETTINGS: --no-isolation
9290
CIBW_BEFORE_BUILD: pip install -r {project}/${{ matrix.python.req_build }}
9391
CIBW_BEFORE_TEST: pip install -r {project}/${{ matrix.python.req_test }}
9492
CIBW_TEST_COMMAND: pytest {project}/test

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[build-system]
2+
requires = [
3+
"setuptools>=64",
4+
"wheel",
5+
"numpy>=2.3.3"
6+
]
7+
build-backend = "setuptools.build_meta"
8+
9+

0 commit comments

Comments
 (0)