webapp1 commited on
Commit
1cf3f10
·
verified ·
1 Parent(s): 204b19c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -15
requirements.txt CHANGED
@@ -1,15 +1,14 @@
1
- Flask
2
- werkzeug
3
- numpy
4
- pandas
5
- requests
6
- Pillow
7
- opencv-python-headless
8
- torch
9
- torchvision
10
- scikit-learn
11
- joblib
12
- ultralytics
13
- easyocr
14
- tqdm
15
- gunicorn
 
1
+ Flask
2
+ werkzeug
3
+ numpy
4
+ pandas
5
+ requests
6
+ Pillow
7
+ opencv-python-headless
8
+ torch
9
+ torchvision
10
+ scikit-learn==1.6.1
11
+ joblib
12
+ ultralytics
13
+ easyocr
14
+ tqdm