python311Packages.timm: 0.9.10 -> 0.9.11
Diff: https://github.com/huggingface/pytorch-image-models/compare/refs/tags/v0.9.10...v0.9.11 Changelog: https://github.com/huggingface/pytorch-image-models/blob/v0.9.11/README.md#whats-new
This commit is contained in:
parent
791b44926b
commit
aa41b196bd
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "timm";
|
||||
version = "0.9.10";
|
||||
version = "0.9.11";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
|||
owner = "huggingface";
|
||||
repo = "pytorch-image-models";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-PyrJhyJmuF7BZzlQ4f5fiJY5fYFC1JPRLto5ljPVbY4=";
|
||||
hash = "sha256-xa7oDa8fzQT+hixuszCqCoLYfJcMLeZcHLlBT9KUWUo=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue