16 buildPythonPackage rec {
17 pname = "clip-anytorch";
19 format = "setuptools";
21 src = fetchFromGitHub {
24 rev = "refs/tags/${version}";
25 hash = "sha256-4A8R9aEiOWC05uhMQslhVSkQ4hyjs6VsqkFi76miodY=";
28 propagatedBuildInputs = [
36 pythonImportsCheck = [
40 # all tests require network access
52 description = "Contrastive Language-Image Pretraining";
53 homepage = "https://github.com/rom1504/CLIP";
54 license = licenses.mit;
55 maintainers = teams.tts.members;