Skip to content

Commit 5f6c838

Browse files
committed
MNT: scipy unavailable for some x86 Pythons
1 parent ff8cd5e commit 5f6c838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ deps =
6767
# Numpy 2.0 is a major breaking release; we cannot put much effort into
6868
# supporting until it's at least RC stable
6969
pre: numpy <2.0.dev0
70-
full,pre: scipy >=1.6
70+
x64,pre: scipy >=1.6
7171
full,pre: matplotlib >=3.4
7272
full,pre: pillow >=8.1
7373
full,pre: indexed_gzip >=1.4

0 commit comments

Comments
 (0)