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 01516bd commit 7d0253dCopy full SHA for 7d0253d
setup.py
@@ -230,7 +230,7 @@ def __ne__(self, other):
230
'linear-tree', # contrib.piecewise
231
# FIXME: This is a temporary pin that should be removed
232
# when the linear-tree dependency is replaced
233
- 'scikit-learn<1.7.0',
+ 'scikit-learn<1.7.0; implementation_name!="pypy"',
234
# Note: matplotlib 3.6.1 has bug #24127, which breaks
235
# seaborn's histplot (triggering parmest failures)
236
# Note: minimum version from community_detection use of
0 commit comments