From b9ed7614c997e2bd0568a1630d4f996f9d0d5123 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Sun, 2 Jan 2022 11:57:01 -0700 Subject: overlays: python: add packages Signed-off-by: Kenny Ballou --- overlays/python/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'overlays') diff --git a/overlays/python/default.nix b/overlays/python/default.nix index 6b6f9265..293d3782 100644 --- a/overlays/python/default.nix +++ b/overlays/python/default.nix @@ -8,11 +8,14 @@ self: super: flake8 gprof2dot ipython + matplotlib + pandas pip pycodestyle pyflakes pygobject3 pyparsing + scipy setuptools virtualenv yamllint -- cgit v1.2.1