Skip to content

Commit

Permalink
add missing tqdm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
afrendeiro committed Mar 15, 2024
1 parent 465542b commit 1563e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
requires-python = ">=3.10"
dependencies = [
"requests",
"tqdm",
"opencv-python",
"scikit-image",
"h5py",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
requests
tqdm
opencv-python
scikit-image
h5py
Expand Down

0 comments on commit 1563e09

Please sign in to comment.