qiboteam / qibolab

Quantum hardware module and drivers for Qibo.
https://qibo.science
Apache License 2.0
41 stars 12 forks source link

Drop `yaml` dependency #762

Closed alecandido closed 7 months ago

alecandido commented 7 months ago

Of course, PyYAML is only used to serialize the runcard. However, this can well be used just in the create() methods (if ever, we could even use something else).

This is definitely not urgent, but having less dependencies in Qibolab will make it easier to deploy.