Unverified Commit 8694fb41 authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

python311Packages.linear-operator: rename from linear_operator (#279258)

parent c54a0bd8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, gpytorch
, linear_operator
, linear-operator
, multipledispatch
, pyro-ppl
, setuptools
@@ -33,7 +33,7 @@ buildPythonPackage rec {

  propagatedBuildInputs = [
    gpytorch
    linear_operator
    linear-operator
    multipledispatch
    pyro-ppl
    scipy
+2 −2
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, linear_operator
, linear-operator
, scikit-learn
, setuptools
, setuptools-scm
@@ -31,7 +31,7 @@ buildPythonPackage rec {
  ];

  propagatedBuildInputs = [
    linear_operator
    linear-operator
    scikit-learn
    torch
  ];
+2 −2
Original line number Diff line number Diff line
@@ -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=";
  };
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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 { };