Skip to content

Pin scipy to <1.16 and temporary workaround (backport #964) #965

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 1 commit into from
Jul 10, 2025

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jul 10, 2025

Summary

Pins the Scipy dependency to be < 1.16, as a workaround for the failures caused by Scipy 1.16 (#957). PR #961 is expected to resolve this compatibility issue and unpin Scipy to the latest stable version once again.

Suggestion for Qiskit Machine Learning users

As a workaround, please downgrade the Scipy library in your local virtual environments:

pip install scipy==1.15

If this fails, you may try to add the following flags

pip install --force-reinstall -v "scipy==1.15"

To restore Scipy's latest version, you can run pip install --upgrade scipy.


This is an automatic backport of pull request #964 done by [Mergify](https://mergify.com).

(cherry picked from commit be94eee)
@coveralls
Copy link

Pull Request Test Coverage Report for Build 16204796284

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 90.637%

Totals Coverage Status
Change from base Build 15686647801: 0.0%
Covered Lines: 4366
Relevant Lines: 4817

💛 - Coveralls

@edoaltamura edoaltamura merged commit 6b5a778 into stable/0.8 Jul 10, 2025
15 checks passed
@edoaltamura edoaltamura deleted the mergify/bp/stable/0.8/pr-964 branch July 10, 2025 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants