python3Packages.open-clip-torch: 2.32.0 -> 3.0.0

https://github.com/mlfoundations/open_clip/releases/tag/v3.0.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:03 +02:00
parent ffbfcd1289
commit 9ed46bbda5
@@ -29,14 +29,14 @@
}:
buildPythonPackage rec {
pname = "open-clip-torch";
version = "2.32.0";
version = "3.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mlfoundations";
repo = "open_clip";
tag = "v${version}";
hash = "sha256-HXzorEAVPieCHfW3xzXqNTTIzJSbIuaZhcfcp0htdCk=";
hash = "sha256-MMvDg5opsu9ILGHc1rJjWQfTb3T0PZ0i+8GSrQvIu8Y=";
};
build-system = [ pdm-backend ];