1 { lib, buildPythonPackage, fetchPypi, scipy }:
3 buildPythonPackage rec {
9 hash = "sha256-QVxbf9EF9YwAVPewAqhc1WZD6jVr/rFXQUw/jJ7kkDU=";
12 propagatedBuildInputs = [ scipy ];
15 description = "Python implementation of standard from IAPWS";
16 homepage = "https://github.com/jjgomera/iapws";
17 license = licenses.gpl3;
18 maintainers = with maintainers; [ dawidsowa ];