AmirShabani
commited on
Commit
·
2356900
1
Parent(s):
ee5ee7d
All versions equal to kaggle
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
requests
|
2 |
pillow
|
3 |
-
numpy
|
4 |
-
pandas
|
5 |
scikit-learn==1.2.2
|
6 |
-
torch
|
7 |
-
torchvision
|
8 |
-
torchaudio
|
|
|
1 |
+
requests==2.29.0
|
2 |
pillow
|
3 |
+
numpy==1.23.5
|
4 |
+
pandas==1.5.3
|
5 |
scikit-learn==1.2.2
|
6 |
+
torch==2.0.0+cpu
|
7 |
+
torchvision==0.15.1+cpu
|
8 |
+
torchaudio=2.0.1+cpu
|