python3packages.stytra: init at 0.8.26

This commit is contained in:
tbenst
2019-10-31 14:00:29 -07:00
committed by Jon
parent af596113d1
commit 60829ec4a1
3 changed files with 86 additions and 2 deletions

View File

@@ -1,9 +1,10 @@
{ lib, pkgs, buildPythonPackage, fetchPypi, isPy3k
{ lib, pkgs, buildPythonPackage, fetchPypi, isPy27
, numpy
, scipy
, tables
, pandas
, nose
, configparser
}:
buildPythonPackage rec {
@@ -24,7 +25,7 @@ buildPythonPackage rec {
scipy
tables
pandas
];
] ++ lib.optionals isPy27 [ configparser ];
meta = {
homepage = "https://github.com/portugueslab/flammkuchen";