req update tqdm
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -17,4 +17,5 @@ shapely==2.0.2
|
|
17 |
torch==2.1.0
|
18 |
torchvision==0.16.0
|
19 |
|
20 |
-
# Utilities
|
|
|
|
17 |
torch==2.1.0
|
18 |
torchvision==0.16.0
|
19 |
|
20 |
+
# Utilities
|
21 |
+
tqdm==4.66.1
|