ktejeshnaidu commited on
Commit
9e86c28
·
verified ·
1 Parent(s): 9c42577

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- torch>=2.1.0
2
- torchvision>=0.16.0
3
- numpy>=1.24.3
4
- opencv-python-headless>=4.8.1
5
- pillow>=10.0.0
6
- matplotlib>=3.7.2
7
- gradio>=5.15.0
 
 
1
+ torch>=2.1.0
2
+ torchvision>=0.16.0
3
+ numpy>=1.24.3
4
+ opencv-python-headless>=4.8.1
5
+ pydantic==2.10.6
6
+ pillow>=10.0.0
7
+ matplotlib>=3.7.2
8
+ gradio>=5.15.0