We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1516623 commit 841569fCopy full SHA for 841569f
cibuildwheel.toml
@@ -28,7 +28,7 @@ macos.before-build = [
28
29
30
linux.before-test = [
31
- "pip install 'biopython' 'matplotlib' 'numpy' 'pandas' 'pygments' 'scipy'"
+ "pip install 'biopython' 'matplotlib' 'numpy<2' 'pandas' 'pygments' 'scipy'"
32
]
33
34
# Run ALL examples serially (one at a time) - including slow ones after memory fixes
@@ -41,7 +41,7 @@ linux.test-command = [
41
42
43
macos.before-test = [
44
45
46
47
# Run ALL examples serially - including slow ones after memory fixes
0 commit comments