Unverified Commit fcb3e5f0 authored by natsukium's avatar natsukium
Browse files

python310Packages.textnets: 0.8.8 -> 0.9.3

parent 1a5bda2b
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
, scipy
, setuptools
, spacy
, spacy-lookups-data
, en_core_web_sm
, toolz
, tqdm
@@ -20,14 +21,14 @@

buildPythonPackage rec {
  pname = "textnets";
  version = "0.8.8";
  version = "0.9.3";
  format = "pyproject";

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-rjXEiaPYctrONIZz1Dd5OSDw5z8D2FPXi5TneKizFUQ=";
    hash = "sha256-fx2S43IqpSMsfJow26jB/D27dyUFQ1PlXP1rbUIZPPQ=";
  };

  nativeBuildInputs = [
@@ -43,6 +44,7 @@ buildPythonPackage rec {
    pandas
    scipy
    spacy
    spacy-lookups-data
    toolz
    tqdm
    wasabi