Spaces:
Running on Zero
Running on Zero
fix(deps): pin tqdm below 4.70
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
gradio==5.48.0
|
|
|
|
| 2 |
pandas
|
| 3 |
openai==1.58.1
|
| 4 |
tenacity
|
| 5 |
numpy
|
| 6 |
-
trimesh
|
|
|
|
| 1 |
gradio==5.48.0
|
| 2 |
+
tqdm<4.70
|
| 3 |
pandas
|
| 4 |
openai==1.58.1
|
| 5 |
tenacity
|
| 6 |
numpy
|
| 7 |
+
trimesh
|