qiskit-community / qiskit-nature-pyscf

Documentation at https://qiskit-community.github.io/qiskit-nature-pyscf/
Apache License 2.0
18 stars 10 forks source link

fix: avoid broken rustworkx version for Python 3.7 #37

Closed mrossinek closed 1 year ago

mrossinek commented 1 year ago

Summary

Details and comments

mrossinek commented 1 year ago

Since rustworkx is only an indirect dependency, I suppose this needs to be fixed on Nature directly rather than here. I am leaving this open for now but will likely close it in favor of a PR over there :+1:

mrossinek commented 1 year ago

Since https://github.com/qiskit-community/qiskit-nature/pull/1202 seems to not have propagated down to this repo, in this PR I am now switching to install Nature from stable instead of main. Hopefully together with the constraint added for this repo this will fix things.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5212525674


Totals Coverage Status
Change from base Build 5070533279: 0.0%
Covered Lines: 69
Relevant Lines: 99

💛 - Coveralls