12 buildPythonPackage rec {
14 version = "unstable-2022-11-17";
15 format = "setuptools";
17 src = fetchFromGitHub {
20 rev = "d50d76daa670286dd6cacf3bcd80b5e4823fc8e1";
21 hash = "sha256-GAitNBb5CzFVv2+Dky0VqSdrFIpKKtoAoyqeLoDaHO4=";
24 propagatedBuildInputs = [
32 pythonImportsCheck = [ "clip" ];
35 description = "Contrastive Language-Image Pretraining";
36 homepage = "https://github.com/openai/CLIP";
37 license = licenses.mit;
38 maintainers = with maintainers; [ samuela ];