Skip to content

Commit 841569f

Browse files
build: restrict to numpy <2 temporarily (keep density parameter)
1 parent 1516623 commit 841569f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cibuildwheel.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ macos.before-build = [
2828

2929

3030
linux.before-test = [
31-
"pip install 'biopython' 'matplotlib' 'numpy' 'pandas' 'pygments' 'scipy'"
31+
"pip install 'biopython' 'matplotlib' 'numpy<2' 'pandas' 'pygments' 'scipy'"
3232
]
3333

3434
# Run ALL examples serially (one at a time) - including slow ones after memory fixes
@@ -41,7 +41,7 @@ linux.test-command = [
4141

4242

4343
macos.before-test = [
44-
"pip install 'biopython' 'matplotlib' 'numpy' 'pandas' 'pygments' 'scipy'"
44+
"pip install 'biopython' 'matplotlib' 'numpy<2' 'pandas' 'pygments' 'scipy'"
4545
]
4646

4747
# Run ALL examples serially - including slow ones after memory fixes

0 commit comments

Comments
 (0)