diff --git a/src/nd2/tiff.py b/src/nd2/tiff.py index ff21a38..8ddf394 100644 --- a/src/nd2/tiff.py +++ b/src/nd2/tiff.py @@ -22,7 +22,7 @@ try: - from tqdm import tqdm as _pbar + from tqdm.auto import tqdm as _pbar except ImportError: