Skip to content
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

feanil/python311 reqs #34788

Merged
merged 5 commits into from
Jun 11, 2024
Merged

feanil/python311 reqs #34788

merged 5 commits into from
Jun 11, 2024

Commits on Jun 11, 2024

  1. build: Add a missing import for importlib_metadata.

    This was being pulled in as a transitive dependency before but it turns
    out we need this directly for the usage in
    openedx/core/djangoapps/plugins/i18n_api.py
    
    We add it to kernel.in before re-building the requirements files.
    feanil committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7f1d723 View commit details
    Browse the repository at this point in the history
  2. fix: Update to adjust for new scipy.stats.mode behavior.

    Previously the default for the `keepdims` parameter was True, but as of
    SciPy 1.11.0 it is false. This is actually the behavior we want here
    since we only care about the mode value and not other values.
    
    https://docs.scipy.org/doc/scipy/release/1.11.0-notes.html#expired-deprecations
    feanil committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ff4d084 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63ff496 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3660503 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    623061f View commit details
    Browse the repository at this point in the history