Update requirements.txt
Browse files- requirements.txt +14 -6
requirements.txt
CHANGED
@@ -1,13 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
scikit-image
|
2 |
-
scikit-learn
|
3 |
scipy
|
4 |
-
|
|
|
|
|
5 |
timm
|
|
|
|
|
6 |
torch
|
7 |
torchsummary
|
8 |
torchvision
|
9 |
-
tqdm
|
10 |
-
regex
|
11 |
dash-table
|
12 |
-
thop==0.1.1.post2209072238
|
13 |
-
ftfy==6.3.1
|
|
|
1 |
+
ftfy
|
2 |
+
numpy
|
3 |
+
opencv_contrib_python
|
4 |
+
opencv_python
|
5 |
+
opencv_python_headless
|
6 |
+
pandas
|
7 |
+
Pillow
|
8 |
+
regex
|
9 |
+
scikit_learn
|
10 |
scikit-image
|
|
|
11 |
scipy
|
12 |
+
setuptools
|
13 |
+
tabulate
|
14 |
+
thop
|
15 |
timm
|
16 |
+
tqdm
|
17 |
+
seaborn
|
18 |
torch
|
19 |
torchsummary
|
20 |
torchvision
|
|
|
|
|
21 |
dash-table
|
|
|
|