Spaces:
Runtime error
Runtime error
kuldipparaliya
commited on
Update requirement.txt
Browse files- requirement.txt +8 -8
requirement.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
pandas==2.1.2
|
2 |
-
ultralytics==8.1.27
|
3 |
-
streamlit==1.32.2
|
4 |
-
opencv-python==4.9.0.80
|
5 |
-
torch==2.2.
|
6 |
-
torchvision==0.17.1
|
7 |
-
Pillow==10.1.0
|
8 |
-
numpy==1.26.1
|
|
|
1 |
+
pip install pandas==2.1.2
|
2 |
+
pip install ultralytics==8.1.27
|
3 |
+
pip innstall streamlit==1.32.2
|
4 |
+
pip install opencv-python==4.9.0.80
|
5 |
+
pip install torch==2.2.1pip install
|
6 |
+
pip install torchvision==0.17.1
|
7 |
+
pip install Pillow==10.1.0
|
8 |
+
pip install numpy==1.26.1
|