Merge pull request #262610 from GaetanLepage/timm

python310Packages.timm: 0.9.7 -> 0.9.8
This commit is contained in:
Weijia Wang 2023-10-22 16:26:02 +02:00 committed by GitHub
commit a534069bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "timm";
version = "0.9.7";
version = "0.9.8";
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-poLyhwdpZpSH0w95Uj5n/fRoMe7fK0auMDWUna1d6/U=";
hash = "sha256-NB4uj9gB6QGxhnQMoYXN16T8v/o8IZuRMnN7pDXmaj4=";
};
propagatedBuildInputs = [