anaconda / anaconda-project

Tool for encapsulating, running, and reproducing data science projects
https://anaconda-project.readthedocs.io/en/latest/
Other
217 stars 88 forks source link

[BUG] tqdm is not included in `environment.yml` #355

Closed mforbes closed 2 years ago

mforbes commented 2 years ago

Following the instructions in CONTRIBUTING.md leads to errors since tqdm is not included in the environment. (Trivial fix.) It is included in conda.recipe/meta.yaml but does not seem to get installed with pip. Will submit a PR shortly.