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, { lib
buildPythonPackage, , buildPythonPackage
fetchFromGitHub, , fetchFromGitHub
vapoursynth, , vapoursynth
poetry, , numpy
python3Packages , poetry
, pytorch
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -20,11 +21,10 @@ buildPythonPackage rec {
format = "pyproject"; format = "pyproject";
propagatedBuildInputs = [ propagatedBuildInputs = [
poetry
] ++ (with python3Packages; [
numpy numpy
poetry
pytorch pytorch
]); ];
checkInputs = [ checkInputs = [
vapoursynth vapoursynth