Commit e79c1007 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

rclip: format

parent 4b27a143
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
{ lib
, python3Packages
, fetchFromGitHub
{
  lib,
  python3Packages,
  fetchFromGitHub,
}:
python3Packages.buildPythonApplication rec {
  pname = "rclip";
@@ -29,7 +30,10 @@ python3Packages.buildPythonApplication rec {

  nativeCheckInputs = with python3Packages; [ pytestCheckHook ];

  pythonRelaxDeps = [ "torch" "torchvision" ];
  pythonRelaxDeps = [
    "torch"
    "torchvision"
  ];

  pythonImportsCheck = [ "rclip" ];