Add pyarrow

This commit is contained in:
Lillian Violet 2024-03-07 12:26:20 +01:00
parent d6c425a36b
commit 5c593bdcdd

View file

@ -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]);
};
});
};