qiskit-community / prototype-quantum-kernel-training

Toolkit for training quantum kernels in machine learning applications
https://arxiv.org/abs/2105.03406
Apache License 2.0
39 stars 12 forks source link

Add tests for minimum versions and development versions #10

Closed garrison closed 2 years ago

garrison commented 2 years ago

... and make the requirements[-dev].txt version specifiers be >= rather than ==

This allows us to test on all supported versions (and to identify any breakage in the development version of Qiskit before a release is made).

garrison commented 2 years ago

@calebj15 I direct your attention to the output of pip freeze in each of the three test runs. Pay attention to the versions of matplotlib and the various qiskit packages, for instance.