CUQI-DTU / CUQIpy

https://cuqi-dtu.github.io/CUQIpy/
Apache License 2.0
42 stars 9 forks source link

CUQIpy main now requires progressbar2 #384

Closed nabriis closed 6 months ago

nabriis commented 6 months ago

Description

CUQIpy main now requires progressbar due to its experimental module.

Example to reproduce

Do not have progressbar2 installed. Run this

import cuqi

Gives error that module is not installed.