mirror of
https://github.com/tadeokondrak/vs-overlay
synced 2024-11-14 05:02:26 +01:00
Fix vsgan poetry dependency
After a recent poetry update in nixpkgs, we need to depend upon poetry-core instead.
This commit is contained in:
parent
9413472ea0
commit
8f28d94d65
|
@ -3,7 +3,7 @@
|
|||
, fetchFromGitHub
|
||||
, vapoursynth
|
||||
, numpy
|
||||
, poetry
|
||||
, poetry-core
|
||||
, pytorch
|
||||
}:
|
||||
|
||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
numpy
|
||||
poetry
|
||||
poetry-core
|
||||
pytorch
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue