Skip to content

CI update lock files #23762

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

Merged
merged 5 commits into from
Jun 27, 2022
Merged

CI update lock files #23762

merged 5 commits into from
Jun 27, 2022

Conversation

lesteve
Copy link
Member

@lesteve lesteve commented Jun 27, 2022

I updated the lock files via the build_tools/update_environments_and_lock_files.py script.

I triggered all the nightly builds, the scipy-dev is not expected to pass since there are still failures in #23626.

Copy link
Member

@glemaitre glemaitre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I don't see any dramatic change apart of the uncertainty around setuptools :)

@ogrisel
Copy link
Member

ogrisel commented Jun 27, 2022

Let's just wait for the CI to complete and then merge.

@lesteve
Copy link
Member Author

lesteve commented Jun 27, 2022

There were some unexpected failures:

I also triggered full doc builds to make sure they pass.

@ogrisel
Copy link
Member

ogrisel commented Jun 27, 2022

Let me try to see if I can reproduce the nogil crash locally to report upstream, independently of this PR.

@lesteve
Copy link
Member Author

lesteve commented Jun 27, 2022

After the last CI runs:

  • the full doc builds passed
  • no segmentation fault in nogil this time ...
  • the scipy-dev failures are known already and being worked on

Maybe good to merge?

@glemaitre
Copy link
Member

Maybe good to merge?

Yes ;)

@ogrisel
Copy link
Member

ogrisel commented Jun 27, 2022

no segmentation fault in nogil this time ...

I could not reproduce the segfault on my local nogil setup on scikit-learn main even after updating everything (CPython, numpy, scipy). I will try another run.

@ogrisel ogrisel merged commit 72896e2 into scikit-learn:main Jun 27, 2022
@ogrisel
Copy link
Member

ogrisel commented Jun 27, 2022

Merged!

@lesteve lesteve deleted the update-lock-files branch June 27, 2022 11:10
@ogrisel
Copy link
Member

ogrisel commented Jun 27, 2022

For information, I ran:

for i in {1..100}; do pytest -vlk test_memmap_backed_data sklearn/metrics/tests/test_pairwise_distances_reduction.py ; done

on my local nogil env and I could not reproduce the segfault...

@lesteve
Copy link
Member Author

lesteve commented Jun 28, 2022

I could not reproduce the segfault either locally ... let's wait and see if we this failure happens again in one of the nightly build

ogrisel added a commit to ogrisel/scikit-learn that referenced this pull request Jul 11, 2022
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
glemaitre pushed a commit to glemaitre/scikit-learn that referenced this pull request Aug 4, 2022
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
glemaitre pushed a commit that referenced this pull request Aug 5, 2022
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
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.

3 participants