python312Packages.open-clip-torch: 2.30.0 -> 2.31.0

This commit is contained in:
R. Ryantm
2025-03-03 16:09:13 +00:00
parent 5649e27e26
commit 05f0d5aefc
@@ -29,14 +29,14 @@
}:
buildPythonPackage rec {
pname = "open-clip-torch";
version = "2.30.0";
version = "2.31.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mlfoundations";
repo = "open_clip";
tag = "v${version}";
hash = "sha256-Ht59pYJfcBkfoWSTDipsoy/71pMzc5rlDD6xHgvUs1g=";
hash = "sha256-VOfjxQjIC6IL7WyhTc8JpIAa9eknmU4LpnA9DtQJ+oQ=";
};
build-system = [ pdm-backend ];
@@ -91,7 +91,7 @@ buildPythonPackage rec {
meta = {
description = "Open source implementation of CLIP";
homepage = "https://github.com/mlfoundations/open_clip";
changelog = "https://github.com/mlfoundations/open_clip/releases/tag/v${version}";
changelog = "https://github.com/mlfoundations/open_clip/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ iynaix ];
mainProgram = "open-clip";