python3Packages.thinc: 7.3.1 -> 7.4.0

Remove old stale propagatedBuildInputs.
wip/yesman
Daniël de Kok 4 years ago committed by Frederik Rietdijk
parent b58cd1b2e9
commit 8dc3bb0af8
  1. 40
      pkgs/development/python-modules/thinc/default.nix

@ -4,35 +4,30 @@
, fetchPypi
, pythonOlder
, pytest
, cython
, blis
, catalogue
, cymem
, cython
, darwin
, msgpack-numpy
, msgpack
, preshed
, numpy
, hypothesis
, mock
, murmurhash
, numpy
, pathlib
, hypothesis
, tqdm
, cytoolz
, plac
, six
, mock
, wrapt
, dill
, blis
, preshed
, srsly
, tqdm
, wasabi
}:
buildPythonPackage rec {
pname = "thinc";
version = "7.3.1";
version = "7.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "1f9bg7iyhwnk8jfras8d4wzq0ypn5na0bdbwkl7y2mr06yrdd0ff";
sha256 = "1f2qpjb8nfdklqp3vf6m36bklydlnr8y8v207p8d2gmapzhrngjj";
};
buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
@ -41,20 +36,15 @@ buildPythonPackage rec {
propagatedBuildInputs = [
blis
cython
catalogue
cymem
msgpack-numpy
msgpack
preshed
numpy
cython
murmurhash
tqdm
cytoolz
numpy
plac
six
preshed
srsly
wrapt
dill
tqdm
wasabi
] ++ lib.optional (pythonOlder "3.4") pathlib;

Loading…
Cancel
Save