Skip to content

Commit

Permalink
python312Packages.timm: 1.0.9 -> 1.0.10 (#348695)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Oct 15, 2024
2 parents 87b8ca5 + ca57a4c commit dd34eb5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkgs/development/python-modules/timm/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
pythonOlder,
fetchFromGitHub,

# build-system
Expand All @@ -22,16 +21,14 @@

buildPythonPackage rec {
pname = "timm";
version = "1.0.9";
version = "1.0.10";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "huggingface";
repo = "pytorch-image-models";
rev = "refs/tags/v${version}";
hash = "sha256-iWZXile3hCUMx2q3VHJasX7rlJmT0OKBm9rkCXuWISw=";
hash = "sha256-lZLP3rcKAMX6BzkSA7yuZNXMcp4jJ6FVKgSrOQHN6Ho=";
};

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

0 comments on commit dd34eb5

Please sign in to comment.