xinjjj commited on
Commit
b50034d
·
1 Parent(s): 424804e

fix(deps): pin tqdm below 4.70

Browse files
Files changed (1) hide show
  1. 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