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

Move ipywidgets to rquirements.txt #38

Closed caleb-johnson closed 1 year ago

caleb-johnson commented 1 year ago

This repo is centered around its notebooks, so they should all run with a base installation of the requirements.txt.

Several notebooks currently break in that environment due to a lack of ipywidgets package.

This PR moves ipywidgets from requirements-dev.txt to requirements.txt