Add pyarrow
This commit is contained in:
parent
d6c425a36b
commit
5c593bdcdd
|
@ -18,7 +18,7 @@
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
packages = with pkgs;
|
packages = with pkgs;
|
||||||
[python311 virtualenv]
|
[python311 virtualenv]
|
||||||
++ (with pkgs.python311Packages; [pip requests jupyter pandas numpy matplotlib plotnine]);
|
++ (with pkgs.python311Packages; [pip requests jupyter pandas numpy matplotlib plotnine polars pyarrow]);
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue