From 5c593bdcddbe987e30ba8e2917e78c40da73b8b7 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 7 Mar 2024 12:26:20 +0100 Subject: [PATCH] Add pyarrow --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4915f6b..d873aac 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ default = pkgs.mkShell { packages = with pkgs; [python311 virtualenv] - ++ (with pkgs.python311Packages; [pip requests jupyter pandas numpy matplotlib plotnine]); + ++ (with pkgs.python311Packages; [pip requests jupyter pandas numpy matplotlib plotnine polars pyarrow]); }; }); };