Skip to content

Commit

Permalink
Update setup.py to include tqdm package (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSchZA authored Mar 14, 2024
1 parent 29f3471 commit c2ae474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
author_email="[email protected]",
license="LICENSE.txt",
packages=find_packages(),
install_requires=["pandas", "funcy", "dill", "pathos", "numpy", "pytz", "six"],
install_requires=["pandas", "funcy", "dill", "pathos", "numpy", "pytz", "six", "tqdm"],
python_requires=">=3.9.0",
)

0 comments on commit c2ae474

Please sign in to comment.