Skip to content

🔒 🤖 CI Update lock files for main CI build(s) 🔒 🤖 #31918

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

scikit-learn-bot
Copy link
Contributor

Update lock files.

Note

If the CI tasks fail, create a new branch based on this PR and add the required fixes to that branch.

Copy link

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: dc9c6ad. Link to the linter CI: here

@lesteve
Copy link
Member

lesteve commented Aug 11, 2025

Looks like OpenML has issues. Its status page is all green but I am getting a 404 when I tried to download a dataset e.g. clicking the download button from this page

For further reference the fetch_openml with id=41082 is trying to download from https://api.openml.org/data/v1/download/19329737/USPS.arff

This may have been noticed by others, see openml/OpenML#1232 and openml/openml-python#1433 that seemed similar and recent.

@lorentzenchr
Copy link
Member

lorentzenchr commented Aug 11, 2025

@lesteve Can we resolve this rather quickly? Either merge this PR first or #31905. I need #31905 (Cython) to go on.

@lesteve
Copy link
Member

lesteve commented Aug 11, 2025

Unfortunately this seems like an OpenML issue that is a bit out of our hands ... hopefully it will be fixed in the upcoming days.

Would that be too inconvenient for you to work on your PRs that need the latest Cython with the lock-files updated, wait for reviews, and then once your PRs are reviewed hopefully the OpenML issue would have been fixed?

@lorentzenchr
Copy link
Member

Let's say I can live with it.

@joaquinvanschoren
Copy link
Contributor

The OpenML issue should be fixed now :).

@lesteve
Copy link
Member

lesteve commented Aug 13, 2025

Thanks a lot @joaquinvanschoren for the fix!

I relaunched the doc build again and it looks like we still have one issue that may be unrelated to the ARFF download issue that you fixed.

It seems like we are not able to download a parquet dataset that one of our example uses:
https://data.openml.org/datasets/0004/44063/dataset_44063.pq. Locally I am not able to download it in less than one minute (I did not try waiting for longer but that seems slow):

curl https://data.openml.org/datasets/0004/44063/dataset_44063.pq --max-time 60

Edit: I actually tried to wait for 5 minutes with --max-time 300 and same result.

I saw in openml/openml-python#1433 that there may have been some issues about slow downloads recently as well.

@DeaMariaLeon
Copy link
Contributor

I saw in openml/openml-python#1433 that there may have been some issues about slow downloads recently as well.

Maybe a comment to see is this one? openml/OpenML#1232 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants