Skip to content

Commit a574680

Browse files
Merge pull request #6203 from voxel51/fix-missing-ultralytics-package
Fix missing ultralytics package requirement
2 parents c59e316 + 5fd5634 commit a574680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fiftyone/zoo/models/manifest-torch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5660,7 +5660,7 @@
56605660
}
56615661
},
56625662
"requirements": {
5663-
"packages": ["torch>=1.7.0", "torchvision>=0.8.1"],
5663+
"packages": ["torch>=1.7.0", "torchvision>=0.8.1", "ultralytics"],
56645664
"cpu": {
56655665
"support": true
56665666
},

0 commit comments

Comments
 (0)