Spaces:
Runtime error
Runtime error
Commit
·
f7a54e8
1
Parent(s):
7b8aa9b
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
opencv-python==4.8.0.74
|
2 |
seaborn==0.12.2
|
3 |
ultralytics==8.0.128
|
4 |
-
pytorch
|
5 |
-
torchvision
|
6 |
git+https://github.com/facebookresearch/segment-anything.git
|
|
|
1 |
opencv-python==4.8.0.74
|
2 |
seaborn==0.12.2
|
3 |
ultralytics==8.0.128
|
4 |
+
pytorch==2.0.0
|
5 |
+
torchvision==0.15.0
|
6 |
git+https://github.com/facebookresearch/segment-anything.git
|