Skip to content

Commit

Permalink
python312Packages.timm: 1.0.13 -> 1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 20, 2025
1 parent e00a8dc commit 8e56483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/timm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@

buildPythonPackage rec {
pname = "timm";
version = "1.0.13";
version = "1.0.14";
pyproject = true;

src = fetchFromGitHub {
owner = "huggingface";
repo = "pytorch-image-models";
tag = "v${version}";
hash = "sha256-VRQerCaTiOvS3Mm+Fksua7KUhNcH1Zxc2+4jaSbVj+c=";
hash = "sha256-mQd4xsKuAKj77lG6r14iHrkaBclRmBwICXuHs7pQoGI=";
};

build-system = [ pdm-backend ];
Expand Down

0 comments on commit 8e56483

Please sign in to comment.