10 buildPythonPackage rec {
11 pname = "resize-right";
13 format = "setuptools";
16 inherit pname version;
17 hash = "sha256-fcNbcs5AErd/fMkEmDUWN5OrmKWKuIk2EPsRn+Wa9SA=";
20 propagatedBuildInputs = [
25 pythonImportsCheck = [
33 description = "The correct way to resize images or tensors. For Numpy or Pytorch (differentiable";
34 homepage = "https://github.com/assafshocher/ResizeRight";
35 license = licenses.mit;
36 maintainers = teams.tts.members;