mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -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 = [
|
||||
self.numpy
|
||||
self.future
|
||||
self.typing-extensions
|
||||
];
|
||||
})
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue