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