add lstm deps (torch, numpy)
This commit is contained in:
@ -21,6 +21,9 @@
|
|||||||
requests
|
requests
|
||||||
pynacl
|
pynacl
|
||||||
rich
|
rich
|
||||||
|
torch
|
||||||
|
numpy
|
||||||
|
nltk
|
||||||
]);
|
]);
|
||||||
in {
|
in {
|
||||||
devShell = pkgs.devshell.mkShell {
|
devShell = pkgs.devshell.mkShell {
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user