mirror of
https://github.com/tadeokondrak/vs-overlay
synced 2024-11-22 08:52:25 +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,
|
{ 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
|
||||||
|
|
Loading…
Reference in a new issue