Skip to content

Commit

Permalink
Merge pull request #96 from pylabel-project/dev
Browse files Browse the repository at this point in the history
Add tqdm to setup to resolve issue #93
  • Loading branch information
alexheat committed Mar 25, 2023
2 parents 7614f4b + d9cc632 commit 6b572ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
setup(
name="pylabel",
packages=["pylabel"],
version="0.1.47",
version="0.1.48",
description="Transform, analyze, and visualize computer vision annotations.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -23,5 +23,6 @@
"scikit-learn",
"jupyter_bbox_widget",
"pyyaml",
],
"tqdm",
]
)

0 comments on commit 6b572ef

Please sign in to comment.