1 { lib, buildPythonPackage, fetchPypi
2 , pytest, numpy, scipy, matplotlib, pandas, tabulate, pythonOlder }:
4 buildPythonPackage rec {
6 version = "0.2.4.post0";
8 checkInputs = [ pytest ];
9 propagatedBuildInputs = [ numpy scipy matplotlib pandas tabulate ];
12 inherit pname version;
13 sha256 = "a162625e5e70ed830fab8fab0ddcfe35333cb390cd24b0a827bcefc5bbcae97d";
22 disabled = pythonOlder "3.6";
25 description = "A package for acousticians";
26 maintainers = with maintainers; [ fridh ];
27 license = with licenses; [ bsd3 ];
28 homepage = "https://github.com/python-acoustics/python-acoustics";