Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -9
requirements.txt
CHANGED
@@ -1,12 +1,9 @@
|
|
1 |
-
#
|
2 |
-
ultralytics
|
3 |
-
|
4 |
-
|
5 |
|
6 |
-
#
|
7 |
-
numpy<2.0
|
8 |
-
|
9 |
-
# 其他必要的 Web 服務套件
|
10 |
fastapi
|
11 |
python-multipart
|
12 |
-
uvicorn[standard]
|
|
|
1 |
+
# 明確指定所有執行 ONNX 模型所需的套件
|
2 |
+
ultralytics
|
3 |
+
onnx
|
4 |
+
onnxruntime
|
5 |
|
6 |
+
# Web 服務必要的套件
|
|
|
|
|
|
|
7 |
fastapi
|
8 |
python-multipart
|
9 |
+
uvicorn[standard]
|