qiskit-community / qiskit-machine-learning

Quantum Machine Learning
https://qiskit-community.github.io/qiskit-machine-learning/
Apache License 2.0
695 stars 328 forks source link

Prepare to sanitize docs #849

Closed edoaltamura closed 1 week ago

edoaltamura commented 1 week ago

Summary

Now that mergify target is updated, update numpy version to stable 0.8..

coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 11801273361

Details


Totals Coverage Status
Change from base Build 11780123711: 0.0%
Covered Lines: 4765
Relevant Lines: 5224

💛 - Coveralls
woodsp-ibm commented 1 week ago

I am not sure about the mergify config change. This is normally updated on main following a release and does not get on stable until the subsequent release. But I imagine it does no harm as such here since we don;t label things on stable for backporting to the prior versions (look at stable/0.7 mergify which still points to 0.6 for instance). With it modified it would evidently be backporting to itself!

As to the stable tutorial change I guess thats fine. Its not used on stable - its more to check main code against the stable tutorials to ensure no unexpected code breakage with any new changes done on main.

Really I think all what was wanted/needed was the readme and the constraint change as was backported incorrectly in that other PR.