-
Notifications
You must be signed in to change notification settings - Fork 226
Fix copyright years #1379
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
base: main
Are you sure you want to change the base?
Fix copyright years #1379
Conversation
|
Given Nature is now failing after the release of Qiskit 2.0, since its now installing that, maybe like has been done in algorithms and ML the qiskit version should be pinned in the requirements.txt to add <2.0 until such time as it can be supported. Maybe add that to this PR so it all passes again. |
Some compiled dependencies might not be ready for it yet
|
I've no idea what the problem might be with Psi4 not being able to find |
|
@robertodr you can try to modify the file It's a quite random bug though |
|
@ftroisi unfortunately now there's 2 CI lanes failing 😢 |
|
It seems PSI$ is failing in the very same Python versions where it manually installs libecpint now. Could there be some compatibility issue between whatever version is being installed and that which the PSI4 latest install needs. |
Summary
Fixes these failing checks: https://github.com/qiskit-community/qiskit-nature/actions/runs/14107509596/job/39517406566
Details and comments