Skip to content

Commit 7d0253d

Browse files
committed
Don't install scikit-learn on pypy
1 parent 01516bd commit 7d0253d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def __ne__(self, other):
230230
'linear-tree', # contrib.piecewise
231231
# FIXME: This is a temporary pin that should be removed
232232
# when the linear-tree dependency is replaced
233-
'scikit-learn<1.7.0',
233+
'scikit-learn<1.7.0; implementation_name!="pypy"',
234234
# Note: matplotlib 3.6.1 has bug #24127, which breaks
235235
# seaborn's histplot (triggering parmest failures)
236236
# Note: minimum version from community_detection use of

0 commit comments

Comments
 (0)