Apply suggestions from code review

Apply minor stylistic changes from code review feedback.

Co-authored-by: Simon Bruder <sbruder@sbruder.de>
pull/7/head
Aidan Gauland 2022-05-27 23:05:56 +12:00 committed by Simon Bruder
parent fc83e0b2db
commit ab1a60b279
1 changed files with 9 additions and 9 deletions

View File

@ -1,9 +1,10 @@
{ lib,
buildPythonPackage,
fetchFromGitHub,
vapoursynth,
poetry,
python3Packages
{ lib
, buildPythonPackage
, fetchFromGitHub
, vapoursynth
, numpy
, poetry
, pytorch
}:
buildPythonPackage rec {
@ -20,11 +21,10 @@ buildPythonPackage rec {
format = "pyproject";
propagatedBuildInputs = [
poetry
] ++ (with python3Packages; [
numpy
poetry
pytorch
]);
];
checkInputs = [
vapoursynth