cadCAD-org / cadCAD

Design, simulate, validate, and operate within complex systems
https://cadcad.org
MIT License
552 stars 272 forks source link

Update setup.py to include tqdm package #342

Closed BenSchZA closed 7 months ago

BenSchZA commented 10 months ago

The tqdm package was recently added as a dependency of cadCAD, but wasn't included in the setup.py file. When installed from PyPi, this results in the error ModuleNotFoundError: No module named 'tqdm'. This error does not occur in the tests because the GitHub workflow installs dependencies from the requirements.txt file.

danlessa commented 10 months ago

LGTM