Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -5,5 +5,5 @@ numpy
|
|
| 5 |
einops
|
| 6 |
grad-cam>=1.5.0
|
| 7 |
spaces
|
| 8 |
-
|
| 9 |
-
|
|
|
|
| 5 |
einops
|
| 6 |
grad-cam>=1.5.0
|
| 7 |
spaces
|
| 8 |
+
timm>=0.9.0
|
| 9 |
+
scikit-image==0.24.0 # <-- Change to this (0.24.0 has broad wheel support)
|