chris10 commited on
Commit
89ab4d6
1 Parent(s): ea732b1

added version specificiations

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -10
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- opencv-python
2
- git+https://github.com/hassony2/manopth
3
- pyrender
4
- git+https://github.com/mattloper/chumpy.git
5
- gradio
6
- Pillow
7
- pydantic
8
- git+https://github.com/mmatl/pyopengl.git
9
- moviepy
10
- tqdm
 
1
+ opencv-python==4.9.0.80
2
+ git+https://github.com/hassony2/manopth@4f1dcad
3
+ pyrender==0.1.45
4
+ git+https://github.com/mattloper/chumpy.git@51d5afd
5
+ gradio==4.14.0
6
+ Pillow==9.3.0
7
+ pydantic==2.5.3
8
+ git+https://github.com/mmatl/pyopengl.git@76d1261
9
+ moviepy==1.0.3
10
+ tqdm==4.66.1