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

Tests: Requirements: Scheduled weekly dependency update for week 14 #8394

Merged
merged 2 commits into from
Apr 7, 2024

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    208066c View commit details
    Browse the repository at this point in the history
  2. hooks: update scipy.special._ufuncs hook for SciPy >= 1.13.0

    SciPy 1.13.0 cythonized cdflib; this introduced new extension,
    `scipy.special._cdflib`, which is imported from the hooked
    `scipy.special._ufuncs` extension. Therefore, we need to add
    `scipy.special._cdflib` to hidden imports.
    rokm committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    a49419e View commit details
    Browse the repository at this point in the history