mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Added typing-extensions to torch propagatedBuildInputs
This commit is contained in:
parent
d779b1adcb
commit
1b3d7f4f36
1 changed files with 1 additions and 0 deletions
|
@ -1454,6 +1454,7 @@ self: super:
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
self.numpy
|
self.numpy
|
||||||
self.future
|
self.future
|
||||||
|
self.typing-extensions
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue