SAVAI123 commited on
Commit
7519a0a
·
verified ·
1 Parent(s): 4e7622a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -12
requirements.txt CHANGED
@@ -1,12 +1,11 @@
1
- torch
2
- torchvision
3
- flask
4
- numpy
5
- pillow
6
- dlib
7
- opencv-python
8
- matplotlib
9
- tqdm
10
- scipy
11
- werkzeug
12
- requests
 
1
+ Flask==2.2.3
2
+ torch==1.13.1
3
+ torchvision==0.14.1
4
+ numpy==1.24.2
5
+ Pillow==9.4.0
6
+ Werkzeug==2.2.3
7
+ click==8.1.3
8
+ itsdangerous==2.1.2
9
+ Jinja2==3.1.2
10
+ MarkupSafe==2.1.2
11
+ ninja==1.11.1