Add uncertainties python package
This commit is contained in:
parent
d9d0771769
commit
7e4e671c54
@ -13143,6 +13143,24 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
uncertainties = buildPythonPackage rec {
|
||||||
|
name = "uncertainties-2.4.6.1";
|
||||||
|
|
||||||
|
src = pkgs.fetchurl {
|
||||||
|
url = "https://github.com/lebigot/uncertainties/archive/2.4.6.1.tar.gz";
|
||||||
|
sha256 = "993ad1a380185ff9548510401ed89fe96cf1f18ca48b44657356c8dcd3ad5032";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = with self; [ nose numpy ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = "http://pythonhosted.org/uncertainties/";
|
||||||
|
description = "Transparent calculations with uncertainties on the quantities involved (aka error propagation)";
|
||||||
|
license = licenses.bsd3;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
# python2.7 specific packages
|
# python2.7 specific packages
|
||||||
} // optionalAttrs isPy27 (
|
} // optionalAttrs isPy27 (
|
||||||
with self;
|
with self;
|
||||||
|
Loading…
Reference in New Issue
Block a user