Update requirement.txt
Browse files- requirement.txt +8 -7
requirement.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
torch==2.0.0
|
2 |
-
torchvision==0.15.0
|
3 |
-
pandas==1.5.3
|
4 |
-
numpy==1.24.2
|
5 |
-
matplotlib==3.7.1
|
6 |
-
Pillow==9.2.0
|
7 |
-
scikit-learn==1.2.0
|
|
|
|
1 |
+
torch==2.0.0
|
2 |
+
torchvision==0.15.0
|
3 |
+
pandas==1.5.3
|
4 |
+
numpy==1.24.2
|
5 |
+
matplotlib==3.7.1
|
6 |
+
Pillow==9.2.0
|
7 |
+
scikit-learn==1.2.0
|
8 |
+
transformers==4.45.1
|