Gaetan Lepage
2026-05-11 23:39:37 +00:00
parent 4f016d72eb
commit a3ad76573d
@@ -23,14 +23,15 @@
buildPythonPackage (finalAttrs: {
pname = "timm";
version = "1.0.26";
version = "1.0.27";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "pytorch-image-models";
tag = "v${finalAttrs.version}";
hash = "sha256-pbzDoNRRwz41b4X40yBp7oTcJ2e/Y2dKyj9XbEX5c34=";
hash = "sha256-Tur4niy89MyMJ8TD7+zBY6x/tmvtYDkruksf65KdTkE=";
};
# Fix torch 2.11.0 compatibility