Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
tensorflow
|
2 |
-
matplotlib
|
3 |
-
numpy
|
4 |
opencv-python-headless
|
5 |
-
Pillow
|
6 |
-
PyYAML
|
7 |
-
requests
|
8 |
-
scipy
|
9 |
-
torch
|
10 |
-
torchvision
|
11 |
-
tqdm
|
12 |
-
pandas
|
13 |
-
seaborn
|
|
|
1 |
+
tensorflow
|
2 |
+
matplotlib
|
3 |
+
numpy
|
4 |
opencv-python-headless
|
5 |
+
Pillow
|
6 |
+
PyYAML
|
7 |
+
requests
|
8 |
+
scipy
|
9 |
+
torch
|
10 |
+
torchvision
|
11 |
+
tqdm
|
12 |
+
pandas
|
13 |
+
seaborn
|