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