diff --git a/plugins/vsgan/default.nix b/plugins/vsgan/default.nix index e75feb5..0651f11 100644 --- a/plugins/vsgan/default.nix +++ b/plugins/vsgan/default.nix @@ -3,7 +3,7 @@ , fetchFromGitHub , vapoursynth , numpy -, poetry +, poetry-core , pytorch }: @@ -22,7 +22,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ numpy - poetry + poetry-core pytorch ];