Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
|
|
1 |
wheel>=0.40
|
2 |
setuptools>=67.0
|
|
|
3 |
|
4 |
-
|
5 |
gradio
|
6 |
numpy
|
7 |
torch==2.4.0
|
@@ -17,4 +19,3 @@ diffusers
|
|
17 |
accelerate
|
18 |
mediapipe
|
19 |
timm
|
20 |
-
|
|
|
1 |
+
# Ensure wheel and setuptools (and optionally build) are installed/upgraded first
|
2 |
wheel>=0.40
|
3 |
setuptools>=67.0
|
4 |
+
build>=0.10
|
5 |
|
6 |
+
# Now list the rest of your requirements
|
7 |
gradio
|
8 |
numpy
|
9 |
torch==2.4.0
|
|
|
19 |
accelerate
|
20 |
mediapipe
|
21 |
timm
|
|