Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,8 @@ fastai==2.7.17
|
|
| 2 |
huggingface_hub[fastai]==0.24.6
|
| 3 |
timm==1.0.9
|
| 4 |
fasttransform==0.0.2
|
| 5 |
-
cloudpickle==3.0.0
|
|
|
|
| 6 |
|
| 7 |
# Exact CPU builds for Spaces
|
| 8 |
torch==2.2.2+cpu
|
|
|
|
| 2 |
huggingface_hub[fastai]==0.24.6
|
| 3 |
timm==1.0.9
|
| 4 |
fasttransform==0.0.2
|
| 5 |
+
cloudpickle==3.0.0
|
| 6 |
+
numpy>=1.26.4
|
| 7 |
|
| 8 |
# Exact CPU builds for Spaces
|
| 9 |
torch==2.2.2+cpu
|