Unverified Commit 2245ff97 authored by dish's avatar dish Committed by GitHub
Browse files

python3Packages.open-clip-torch: 3.0.0 -> 3.1.0 (#437562)

parents 011bc6ee 8d7354a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,14 +29,14 @@
}:
buildPythonPackage rec {
  pname = "open-clip-torch";
  version = "3.0.0";
  version = "3.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mlfoundations";
    repo = "open_clip";
    tag = "v${version}";
    hash = "sha256-MMvDg5opsu9ILGHc1rJjWQfTb3T0PZ0i+8GSrQvIu8Y=";
    hash = "sha256-xDXxhncX0l9qwbV4Gk4rOROH6Qyit/FSTgjrg4Vbk1s=";
  };

  build-system = [ pdm-backend ];