mirror of
https://github.com/tadeokondrak/vs-overlay
synced 2024-11-22 17:02:25 +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
|
, fetchFromGitHub
|
||||||
, vapoursynth
|
, vapoursynth
|
||||||
, numpy
|
, numpy
|
||||||
, poetry
|
, poetry-core
|
||||||
, pytorch
|
, pytorch
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
numpy
|
numpy
|
||||||
poetry
|
poetry-core
|
||||||
pytorch
|
pytorch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue