Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
--extra-index-url https://pypi.org/simple
|
3 |
|
4 |
streamlit
|
5 |
-
numpy
|
6 |
pandas
|
7 |
Pillow
|
8 |
ultralytics
|
@@ -11,6 +11,5 @@ opencv-python
|
|
11 |
# Beralih ke repository Paddle CPU
|
12 |
--extra-index-url https://www.paddlepaddle.org.cn/packages/stable/cpu/
|
13 |
|
14 |
-
# Versi CPU dari PaddlePaddle (misal 2.4.2 stabil)
|
15 |
paddlepaddle==2.4.2
|
16 |
paddleocr==2.6.1.3
|
|
|
2 |
--extra-index-url https://pypi.org/simple
|
3 |
|
4 |
streamlit
|
5 |
+
numpy==1.21.6
|
6 |
pandas
|
7 |
Pillow
|
8 |
ultralytics
|
|
|
11 |
# Beralih ke repository Paddle CPU
|
12 |
--extra-index-url https://www.paddlepaddle.org.cn/packages/stable/cpu/
|
13 |
|
|
|
14 |
paddlepaddle==2.4.2
|
15 |
paddleocr==2.6.1.3
|