update module
Browse files- requirements.txt +10 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
-
torch==2.4.1
|
| 2 |
-
torchvision==0.16.1
|
| 3 |
-
numpy==1.23.5
|
| 4 |
-
Pillow==9.4.0
|
| 5 |
-
tqdm==4.65.0
|
| 6 |
-
scikit-image==0.20.0
|
| 7 |
-
scikit-learn==1.2.2
|
| 8 |
-
scipy==1.11.4
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.4.1
|
| 2 |
+
torchvision==0.16.1
|
| 3 |
+
numpy==1.23.5
|
| 4 |
+
Pillow==9.4.0
|
| 5 |
+
tqdm==4.65.0
|
| 6 |
+
scikit-image==0.20.0
|
| 7 |
+
scikit-learn==1.2.2
|
| 8 |
+
scipy==1.11.4
|
| 9 |
+
tensorboard==2.12.0
|
| 10 |
+
protobuf==3.20.3
|