python3Packages.ultralytics-thop: 2.0.16 -> 2.0.17

This commit is contained in:
R. Ryantm
2025-09-13 15:59:20 +00:00
parent f4ee7c9223
commit a7460995d4
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "ultralytics-thop";
version = "2.0.16";
version = "2.0.17";
pyproject = true;
src = fetchFromGitHub {
owner = "ultralytics";
repo = "thop";
tag = "v${version}";
hash = "sha256-WKIO5XAf8gVtDTbwN42614E6JtqolUNqVAsCL6iPKrs=";
hash = "sha256-7bNwSbazDlxsaDbyqx2DVhiQ8JgFF3Z+olNLa91jDb4=";
};
build-system = [ setuptools ];