py : cleanup dependencies (#962)

after #545 we do not need torch, tqdm and requests in the dependencies
This commit is contained in:
Pavol Rusnak 2023-04-14 15:37:11 +02:00 committed by GitHub
parent 43ffdefb74
commit a32f7acc9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,6 @@
inherit system;
};
llama-python = pkgs.python310.withPackages (ps: with ps; [
torch
numpy
sentencepiece
]);