From 65df60bbbf0d421fee00456ca325a5faca276f2c Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 15 Jun 2022 20:23:19 -0600 Subject: shenvs/stats: create --- shenvs/stats.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 shenvs/stats.nix (limited to 'shenvs') diff --git a/shenvs/stats.nix b/shenvs/stats.nix new file mode 100644 index 0000000..04e4172 --- /dev/null +++ b/shenvs/stats.nix @@ -0,0 +1,11 @@ +pkgs: with pkgs.lib; + let py = with pkgs; python39.withPackages (packages: with packages; [ + numpy + scipy + matplotlib + pandas + ipython + ]); +in { + paths = [ py ]; +} -- cgit v1.2.3