Closed dbrakenhoff closed 1 year ago
Ah, I accidentally left the tqdm stuff in there.
We could add it as a dependency and use it as a progressbar for anything that takes a while? But that should be a separate PR so removing it from here.
I'll submit the pyproject.toml and modify the CI in another PR.
Looks good. Ready to merge?
Ah, I accidentally left the tqdm stuff in there.
We could add it as a dependency and use it as a progressbar for anything that takes a while? But that should be a separate PR so removing it from here.
I'll submit the pyproject.toml and modify the CI in another PR.
Sounds good. Looking forward to another PR.
Looks like
from tqdm.auto import trange
doesn't run. Shouldtqdm
be listed as a dependency?Also, maybe delete Python 3.7 and add 3.10 and 3.11?
All dependencies are now listed in
requirements.ci.txt
, and we don't have apyproject.toml
file yet. Maybe that can be added as well? Or in a separate PR?