add lstm deps (torch, numpy)

This commit is contained in:
2022-11-09 01:11:01 +01:00
parent 5bd0b92243
commit 46be806d2e
2 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,9 @@
requests requests
pynacl pynacl
rich rich
torch
numpy
nltk
]); ]);
in { in {
devShell = pkgs.devshell.mkShell { devShell = pkgs.devshell.mkShell {

View File

@ -5,3 +5,6 @@ beautifulsoup4 # html parsing
requests # request web page requests # request web page
pynacl # voice support pynacl # voice support
rich rich
torch # LSTM
numpy # LSTM
nltk # Textgen