13 buildPythonPackage rec {
14 pname = "pint-pandas";
18 src = fetchFromGitHub {
22 hash = "sha256-FuH6wksSCkkL2AyQN46hwTnfeAZFwkWRl6KEEhsxmUY=";
31 propagatedBuildInputs = [
41 broken = stdenv.isDarwin;
42 description = "Pandas support for pint";
43 license = licenses.bsd3;
44 homepage = "https://github.com/hgrecco/pint-pandas";
45 maintainers = with maintainers; [ doronbehar ];