-
Notifications
You must be signed in to change notification settings - Fork 372
Description
Under 3.13 the tutorials documentation fails with errors like this.
/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/sklearn/utils/_metadata_requests.py:docstring of sklearn.utils._metadata_requests.RequestMethod.get..func:31: CRITICAL: Unexpected section title.
It seems, from looking at scikit-learn repo that this came about in the recently released 1.7.1 and fixes already have been merged from what I can see.
To have actions pass we could set scikit-learn to != 1,7,1 for testing here in requirements-dev until such time 1,7.2 is released that would hopefully include the fix (I.e. just exclude this specific version in the expectation that the next version fixes things and with it specific like this it can stay there limiting the install from that version for all time)