python312Packages.open-clip-torch: 2.27.1 -> 2.28.0

Diff: https://github.com/mlfoundations/open_clip/compare/refs/tags/v2.27.1...v2.28.0

Changelog: https://github.com/mlfoundations/open_clip/releases/tag/v2.28.0
This commit is contained in:
Gaetan Lepage
2024-10-22 09:54:50 +02:00
parent ddf67bbac5
commit 0e93d25f04
@@ -29,14 +29,14 @@
}:
buildPythonPackage rec {
pname = "open-clip-torch";
version = "2.27.1";
version = "2.28.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mlfoundations";
repo = "open_clip";
rev = "refs/tags/v${version}";
hash = "sha256-1wOxnpNEipA0N6o4b5JCsrAtBnGP7x+MPXmVIjfDmLI=";
hash = "sha256-wHqSADiKlRyJXf3CCrXlSj6tpVVSdO8GVsKInl+OMrc=";
};
build-system = [ pdm-backend ];