YOLO11 seems to be a rather popular library, so I was a little surprised that I couldn’t find anything related to it in nixpkgs.
YOLO seems to be provided via the pip-installable Python package, ultralytics
, so I’m wondering whether there is some fundamental reason why it has not been packaged in nixpkgs
. Edit: I guess it depends on things like pytorch, which have non-trivial GPU compatibility issues and non-free considerations. (What other packages fall in this category?)
It seems to have a new minor point release almost every day, which seems a bit odd, and I don’t immediately find an explanation for it.
Any hints on how to try YOLO11 on NixOS, while humouring my aversion to mutable state package management?