Loading pkgs/development/python-modules/lifelines/default.nix 0 → 100644 +63 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , numpy , scipy , pandas , matplotlib , autograd , autograd-gamma , formulaic , scikit-learn , sybil , flaky , jinja2 , dill , psutil }: buildPythonPackage rec { pname = "lifelines"; version = "0.27.4"; src = fetchFromGitHub { owner = "CamDavidsonPilon"; repo = "lifelines"; rev = "v${version}"; sha256 = "sha256-KDoXplqkTsk85dmcTBhbj2GDcC4ry+2z5C2QHAnBTw4="; }; propagatedBuildInputs = [ numpy scipy pandas matplotlib autograd autograd-gamma formulaic ]; pythonImportsCheck = [ "lifelines" ]; checkInputs = [ dill flaky jinja2 psutil pytestCheckHook scikit-learn sybil ]; disabledTestPaths = [ "lifelines/tests/test_estimation.py" ]; meta = { homepage = "https://lifelines.readthedocs.io"; description = "Survival analysis in Python"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ swflint ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5492,6 +5492,8 @@ self: super: with self; { life360 = callPackage ../development/python-modules/life360 { }; lifelines = callPackage ../development/python-modules/lifelines { }; lightgbm = callPackage ../development/python-modules/lightgbm { }; lightning-utilities = callPackage ../development/python-modules/lightning-utilities { }; Loading Loading
pkgs/development/python-modules/lifelines/default.nix 0 → 100644 +63 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , numpy , scipy , pandas , matplotlib , autograd , autograd-gamma , formulaic , scikit-learn , sybil , flaky , jinja2 , dill , psutil }: buildPythonPackage rec { pname = "lifelines"; version = "0.27.4"; src = fetchFromGitHub { owner = "CamDavidsonPilon"; repo = "lifelines"; rev = "v${version}"; sha256 = "sha256-KDoXplqkTsk85dmcTBhbj2GDcC4ry+2z5C2QHAnBTw4="; }; propagatedBuildInputs = [ numpy scipy pandas matplotlib autograd autograd-gamma formulaic ]; pythonImportsCheck = [ "lifelines" ]; checkInputs = [ dill flaky jinja2 psutil pytestCheckHook scikit-learn sybil ]; disabledTestPaths = [ "lifelines/tests/test_estimation.py" ]; meta = { homepage = "https://lifelines.readthedocs.io"; description = "Survival analysis in Python"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ swflint ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5492,6 +5492,8 @@ self: super: with self; { life360 = callPackage ../development/python-modules/life360 { }; lifelines = callPackage ../development/python-modules/lifelines { }; lightgbm = callPackage ../development/python-modules/lightgbm { }; lightning-utilities = callPackage ../development/python-modules/lightning-utilities { }; Loading