Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update setup.py to include tqdm package #342

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

BenSchZA
Copy link
Member

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
Copy link
Member

danlessa commented Jan 5, 2024

LGTM

@emanuellima1 emanuellima1 merged commit c2ae474 into cadCAD-org:master Mar 14, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants