Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +11 -10
requirements.txt
CHANGED
|
@@ -23,13 +23,14 @@ gradio_client>=2.0.0
|
|
| 23 |
# Face detection (pure-Python wheel, installs fine on 3.13)
|
| 24 |
facenet-pytorch>=2.6.0
|
| 25 |
|
| 26 |
-
#
|
| 27 |
-
torch
|
| 28 |
-
torchvision
|
| 29 |
-
|
| 30 |
-
#
|
| 31 |
-
opencv
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
numpy>=2.0
|
| 35 |
-
Pillow>=11.0
|
|
|
|
|
|
| 23 |
# Face detection (pure-Python wheel, installs fine on 3.13)
|
| 24 |
facenet-pytorch>=2.6.0
|
| 25 |
|
| 26 |
+
# ββ Python 3.13 WHEEL-SAFE floors (verified on PyPI cp313-cp313-manylinux) βββ
|
| 27 |
+
# torch 2.6.0 = first release with a cp313-cp313-manylinux_2_28 wheel
|
| 28 |
+
# torchvision 0.21.0 = paired release for torch 2.6
|
| 29 |
+
# numpy 2.0 = first cp313 wheel (1.26.x source-builds and OOMkills)
|
| 30 |
+
# Pillow 11.0 = first cp313 wheel (10.x setup.py crashes on Py3.13)
|
| 31 |
+
# opencv 4.10.0 = first cp313-manylinux wheel
|
| 32 |
+
torch>=2.6.0
|
| 33 |
+
torchvision>=0.21.0
|
| 34 |
+
numpy>=2.0
|
| 35 |
+
Pillow>=11.0
|
| 36 |
+
opencv-python-headless>=4.10.0
|