Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -7,11 +7,11 @@ scikit-image
|
|
7 |
pandas
|
8 |
opencv-python>=4.6.0
|
9 |
hbutils>=0.9.0
|
10 |
-
dghs-imgutils[gpu]>=0.2.3
|
11 |
#### pip install onnxruntime-gpu==1.17.0 --index-url=https://pkgs.dev.azure.com/onnxruntime/onnxruntime/_packaging/onnxruntime-cuda-12/pypi/simple
|
12 |
-
onnxruntime-gpu==1.17.0
|
13 |
-
|
14 |
-
|
15 |
httpx
|
16 |
|
17 |
datasets
|
|
|
7 |
pandas
|
8 |
opencv-python>=4.6.0
|
9 |
hbutils>=0.9.0
|
10 |
+
#dghs-imgutils[gpu]>=0.2.3
|
11 |
#### pip install onnxruntime-gpu==1.17.0 --index-url=https://pkgs.dev.azure.com/onnxruntime/onnxruntime/_packaging/onnxruntime-cuda-12/pypi/simple
|
12 |
+
#onnxruntime-gpu==1.17.0
|
13 |
+
dghs-imgutils>=0.2.3
|
14 |
+
onnxruntime-cpu
|
15 |
httpx
|
16 |
|
17 |
datasets
|