updates + remove oai due to comp error

This commit is contained in:
Julian Sutter 2024-02-12 09:21:00 -08:00
parent 7277a5a90c
commit ba441bcad7
2 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
{
environment.systemPackages = with pkgs; [
(python3.withPackages(ps: with ps; [ pandas requests openai]))
(python3.withPackages(ps: with ps; [ pandas requests ]))
nodejs
];
}