pythonPackages.panel: init at 0.4.0

This commit is contained in:
Chris Ostrouchov
2019-02-24 10:24:42 -05:00
parent 0bf877b23a
commit 5785c2c5ba
2 changed files with 52 additions and 0 deletions

View File

@@ -3462,6 +3462,8 @@ in {
pandas = callPackage ../development/python-modules/pandas { };
panel = callPackage ../development/python-modules/panel { };
xlrd = callPackage ../development/python-modules/xlrd { };
bottleneck = callPackage ../development/python-modules/bottleneck { };