mirror of
https://github.com/tadeokondrak/vs-overlay
synced 2024-11-05 00:32:27 +01:00
Apply suggestions from code review
Apply minor stylistic changes from code review feedback. Co-authored-by: Simon Bruder <sbruder@sbruder.de>
This commit is contained in:
parent
fc83e0b2db
commit
ab1a60b279
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue