valohai / valohai-utils

Python helper library for Valohai
MIT License
2 stars 2 forks source link

Don't hard-require `tqdm` for downloads #102

Closed akx closed 1 year ago

akx commented 1 year ago

We don't actually need tqdm as a dependency for valohai-utils, it's just for fancy progress bars.

(This PR became simpler now that we're targeting Python 3.7 which has nullcontext.)