Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
--extra-index-url https://pypi.org/simple
|
2 |
|
3 |
streamlit
|
4 |
-
numpy==1.23.5
|
5 |
pandas
|
6 |
Pillow
|
7 |
ultralytics
|
8 |
-
|
|
|
9 |
|
10 |
--extra-index-url https://www.paddlepaddle.org.cn/packages/stable/cpu/
|
11 |
|
|
|
1 |
--extra-index-url https://pypi.org/simple
|
2 |
|
3 |
streamlit
|
|
|
4 |
pandas
|
5 |
Pillow
|
6 |
ultralytics
|
7 |
+
numpy==1.23.5
|
8 |
+
opencv-python-headless==4.6.0.66
|
9 |
|
10 |
--extra-index-url https://www.paddlepaddle.org.cn/packages/stable/cpu/
|
11 |
|