Loading pkgs/development/python-modules/botorch/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , buildPythonPackage , fetchFromGitHub , gpytorch , linear_operator , linear-operator , multipledispatch , pyro-ppl , setuptools Loading Loading @@ -33,7 +33,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ gpytorch linear_operator linear-operator multipledispatch pyro-ppl scipy Loading pkgs/development/python-modules/gpytorch/default.nix +2 −2 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , linear_operator , linear-operator , scikit-learn , setuptools , setuptools-scm Loading Loading @@ -31,7 +31,7 @@ buildPythonPackage rec { ]; propagatedBuildInputs = [ linear_operator linear-operator scikit-learn torch ]; Loading pkgs/development/python-modules/linear_operator/default.nix→pkgs/development/python-modules/linear-operator/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -11,13 +11,13 @@ }: buildPythonPackage rec { pname = "linear_operator"; pname = "linear-operator"; version = "0.5.2"; format = "pyproject"; src = fetchFromGitHub { owner = "cornellius-gp"; repo = pname; repo = "linear_operator"; rev = "refs/tags/v${version}"; hash = "sha256-OuE6jx9Q4IU+b2a+mrglRdBOReN1tt/thetNXxwk1GI="; }; Loading pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -245,6 +245,7 @@ mapAliases ({ ledger_agent = ledger-agent; # Added 2024-01-07 lektor = throw "lektor has been promoted to a top-level attribute"; # added 2023-08-01 line_profiler = line-profiler; # added 2023-11-04 linear_operator = linear-operator; # added 2024-01-07 livestreamer = throw "'livestreamer' has been removed, as it unmaintained. A currently maintained fork is 'streamlink'."; # added 2023-11-14 livestreamer-curses = throw "'livestreamer-curses' has been removed as it, and livestreamer itself are unmaintained."; # added 2023-11-14 logilab_astng = throw "logilab-astng has not been released since 2013 and is unmaintained"; # added 2022-11-29 Loading pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -6493,7 +6493,7 @@ self: super: with self; { limnoria = callPackage ../development/python-modules/limnoria { }; linear_operator = callPackage ../development/python-modules/linear_operator { }; linear-operator = callPackage ../development/python-modules/linear-operator { }; linecache2 = callPackage ../development/python-modules/linecache2 { }; Loading Loading
pkgs/development/python-modules/botorch/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , buildPythonPackage , fetchFromGitHub , gpytorch , linear_operator , linear-operator , multipledispatch , pyro-ppl , setuptools Loading Loading @@ -33,7 +33,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ gpytorch linear_operator linear-operator multipledispatch pyro-ppl scipy Loading
pkgs/development/python-modules/gpytorch/default.nix +2 −2 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , linear_operator , linear-operator , scikit-learn , setuptools , setuptools-scm Loading Loading @@ -31,7 +31,7 @@ buildPythonPackage rec { ]; propagatedBuildInputs = [ linear_operator linear-operator scikit-learn torch ]; Loading
pkgs/development/python-modules/linear_operator/default.nix→pkgs/development/python-modules/linear-operator/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -11,13 +11,13 @@ }: buildPythonPackage rec { pname = "linear_operator"; pname = "linear-operator"; version = "0.5.2"; format = "pyproject"; src = fetchFromGitHub { owner = "cornellius-gp"; repo = pname; repo = "linear_operator"; rev = "refs/tags/v${version}"; hash = "sha256-OuE6jx9Q4IU+b2a+mrglRdBOReN1tt/thetNXxwk1GI="; }; Loading
pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -245,6 +245,7 @@ mapAliases ({ ledger_agent = ledger-agent; # Added 2024-01-07 lektor = throw "lektor has been promoted to a top-level attribute"; # added 2023-08-01 line_profiler = line-profiler; # added 2023-11-04 linear_operator = linear-operator; # added 2024-01-07 livestreamer = throw "'livestreamer' has been removed, as it unmaintained. A currently maintained fork is 'streamlink'."; # added 2023-11-14 livestreamer-curses = throw "'livestreamer-curses' has been removed as it, and livestreamer itself are unmaintained."; # added 2023-11-14 logilab_astng = throw "logilab-astng has not been released since 2013 and is unmaintained"; # added 2022-11-29 Loading
pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -6493,7 +6493,7 @@ self: super: with self; { limnoria = callPackage ../development/python-modules/limnoria { }; linear_operator = callPackage ../development/python-modules/linear_operator { }; linear-operator = callPackage ../development/python-modules/linear-operator { }; linecache2 = callPackage ../development/python-modules/linecache2 { }; Loading