1 { lib, fetchPypi, buildPythonPackage
5 buildPythonPackage rec {
6 pname = "uncertainties";
10 inherit pname version;
11 hash = "sha256-gBEeCDnyOcWyM8tHcgF7SDoLehVzpYG5Krd0ajXm+qs=";
14 propagatedBuildInputs = [ future ];
15 nativeCheckInputs = [ nose numpy ];
22 homepage = "https://pythonhosted.org/uncertainties/";
23 description = "Transparent calculations with uncertainties on the quantities involved (aka error propagation)";
24 maintainers = with maintainers; [ rnhmjoj ];
25 license = licenses.bsd3;