Unverified Commit 9daac02a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #254197 from natsukium/textnets/update

python310Packages.textnets: 0.8.8 -> 0.9.3
parents 49c18951 fcb3e5f0
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