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

Set requirements to refuse scipy 1.13 #2383

Merged
merged 3 commits into from Apr 4, 2024

Conversation

Ericgig
Copy link
Member

@Ericgig Ericgig commented Apr 4, 2024

Description
Scipy 1.13 change the way sparse operations are done.
Some changes to scipy fix most issues, but I get some segfault with the sparse eigen solver and I am unable to run all tests.
1.13 work with v5 so I changed the requirements to exclude that version in v4.7.

@AGaliciaMartinez
Copy link
Member

Im +1 on restricting scipy version.

@Ericgig Ericgig merged commit 50081e5 into qutip:qutip-4.7.X Apr 4, 2024
13 checks passed
@Ericgig Ericgig deleted the misc.scipy13 branch April 4, 2024 23:52
@coveralls
Copy link

coveralls commented Apr 5, 2024

Coverage Status

coverage: 70.425%. remained the same
when pulling da54808 on Ericgig:misc.scipy13
into b56ed74 on qutip:qutip-4.7.X.

@lazyoracle
Copy link

Hey, thanks for the workaround with pinning scipy. How long does it typically take for a qutip version to show up on conda-forge after it is already released by you folks and made available on pypi?

@hodgestar
Copy link
Contributor

@lazyoracle QuTiP 4.7.6 is already on PyPI. Usually the conda-forge builds happen at the same time but we needed to adjust our process on conda-forge because this is the first time we have two sets of conda-forge relelases (one for 4.x and one for 5.x). I've just merged conda-forge/qutip-feedstock#94 so if all goes well the builds will appear on conda-forge shortly.

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.

None yet

5 participants