update requirements
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
albumentations==1.0.0
|
2 |
einops==0.4.1
|
3 |
fast_pytorch_kmeans==0.1.6
|
@@ -21,7 +23,5 @@ sync_batchnorm==0.0.1
|
|
21 |
tensorboard==2.12.2
|
22 |
termcolor==2.4.0
|
23 |
timm==0.9.12
|
24 |
-
torch==1.12.1+cu116
|
25 |
-
torchvision==0.13.1+cu116
|
26 |
tqdm
|
27 |
markupsafe==2.0.1
|
|
|
1 |
+
torch==1.12.1+cu116
|
2 |
+
torchvision==0.13.1+cu116
|
3 |
albumentations==1.0.0
|
4 |
einops==0.4.1
|
5 |
fast_pytorch_kmeans==0.1.6
|
|
|
23 |
tensorboard==2.12.2
|
24 |
termcolor==2.4.0
|
25 |
timm==0.9.12
|
|
|
|
|
26 |
tqdm
|
27 |
markupsafe==2.0.1
|