Loading pkgs/development/python-modules/gensim/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , buildPythonPackage , cython , fetchPypi , fetchpatch , mock , numpy , scipy Loading @@ -24,6 +25,16 @@ buildPythonPackage rec { hash = "sha256-maxq9v/UBoLnAVXtn5Lsv0OE1Z+1CvEg00PqXuGzCKs="; }; patches = [ # https://github.com/piskvorky/gensim/pull/3524 # Import deprecated scipy.linalg.triu from numpy.triu. remove on next update (fetchpatch { name = "scipi-linalg-triu-fix.patch"; url = "https://github.com/piskvorky/gensim/commit/ad68ee3f105fc37cf8db333bfb837fe889ff74ac.patch"; hash = "sha256-Ij6HvVD8M2amzcjihu5bo8Lk0iCPl3iIq0lcOnI6G2s="; }) ]; nativeBuildInputs = [ cython ]; Loading Loading
pkgs/development/python-modules/gensim/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , buildPythonPackage , cython , fetchPypi , fetchpatch , mock , numpy , scipy Loading @@ -24,6 +25,16 @@ buildPythonPackage rec { hash = "sha256-maxq9v/UBoLnAVXtn5Lsv0OE1Z+1CvEg00PqXuGzCKs="; }; patches = [ # https://github.com/piskvorky/gensim/pull/3524 # Import deprecated scipy.linalg.triu from numpy.triu. remove on next update (fetchpatch { name = "scipi-linalg-triu-fix.patch"; url = "https://github.com/piskvorky/gensim/commit/ad68ee3f105fc37cf8db333bfb837fe889ff74ac.patch"; hash = "sha256-Ij6HvVD8M2amzcjihu5bo8Lk0iCPl3iIq0lcOnI6G2s="; }) ]; nativeBuildInputs = [ cython ]; Loading