From 76acf94ddd7c994d86bdad6b6d27ef4a46696626 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Thu, 9 Oct 2025 12:26:26 +0530 Subject: [PATCH] feat: add more ml libraries --- devShells/uniPython/flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devShells/uniPython/flake.nix b/devShells/uniPython/flake.nix index 9546d5a..bdeb945 100644 --- a/devShells/uniPython/flake.nix +++ b/devShells/uniPython/flake.nix @@ -20,6 +20,8 @@ ipython matplotlib pandas + scikit-learn + seaborn # kitkat backend to view plots # directly in the kitty terminal (ps.buildPythonPackage rec {