Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
torchaudio
|
4 |
timm==1.0.12
|
5 |
scikit-learn==1.6.0
|
6 |
matplotlib==3.10.0
|
@@ -8,6 +8,6 @@ pandas==2.2.3
|
|
8 |
tensorflow==2.16.1
|
9 |
tf-keras==2.16.0
|
10 |
retina-face==0.0.17
|
11 |
-
xformers
|
12 |
numpy<2
|
13 |
-
spaces
|
|
|
1 |
+
torch==2.5.1
|
2 |
+
torchvision==0.20.1
|
3 |
+
torchaudio==2.5.1
|
4 |
timm==1.0.12
|
5 |
scikit-learn==1.6.0
|
6 |
matplotlib==3.10.0
|
|
|
8 |
tensorflow==2.16.1
|
9 |
tf-keras==2.16.0
|
10 |
retina-face==0.0.17
|
11 |
+
xformers==0.0.29.post1
|
12 |
numpy<2
|
13 |
+
spaces==0.36.0
|