python3Packages.thinc: 7.3.1 -> 7.4.0
Remove old stale propagatedBuildInputs.
This commit is contained in:
parent
b58cd1b2e9
commit
8dc3bb0af8
@ -4,35 +4,30 @@
|
|||||||
, fetchPypi
|
, fetchPypi
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, pytest
|
, pytest
|
||||||
, cython
|
|
||||||
, cymem
|
|
||||||
, darwin
|
|
||||||
, msgpack-numpy
|
|
||||||
, msgpack
|
|
||||||
, preshed
|
|
||||||
, numpy
|
|
||||||
, murmurhash
|
|
||||||
, pathlib
|
|
||||||
, hypothesis
|
|
||||||
, tqdm
|
|
||||||
, cytoolz
|
|
||||||
, plac
|
|
||||||
, six
|
|
||||||
, mock
|
|
||||||
, wrapt
|
|
||||||
, dill
|
|
||||||
, blis
|
, blis
|
||||||
|
, catalogue
|
||||||
|
, cymem
|
||||||
|
, cython
|
||||||
|
, darwin
|
||||||
|
, hypothesis
|
||||||
|
, mock
|
||||||
|
, murmurhash
|
||||||
|
, numpy
|
||||||
|
, pathlib
|
||||||
|
, plac
|
||||||
|
, preshed
|
||||||
, srsly
|
, srsly
|
||||||
|
, tqdm
|
||||||
, wasabi
|
, wasabi
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "thinc";
|
pname = "thinc";
|
||||||
version = "7.3.1";
|
version = "7.4.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1f9bg7iyhwnk8jfras8d4wzq0ypn5na0bdbwkl7y2mr06yrdd0ff";
|
sha256 = "1f2qpjb8nfdklqp3vf6m36bklydlnr8y8v207p8d2gmapzhrngjj";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
|
buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
|
||||||
@ -41,20 +36,15 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
blis
|
blis
|
||||||
cython
|
catalogue
|
||||||
cymem
|
cymem
|
||||||
msgpack-numpy
|
cython
|
||||||
msgpack
|
|
||||||
preshed
|
|
||||||
numpy
|
|
||||||
murmurhash
|
murmurhash
|
||||||
tqdm
|
numpy
|
||||||
cytoolz
|
|
||||||
plac
|
plac
|
||||||
six
|
preshed
|
||||||
srsly
|
srsly
|
||||||
wrapt
|
tqdm
|
||||||
dill
|
|
||||||
wasabi
|
wasabi
|
||||||
] ++ lib.optional (pythonOlder "3.4") pathlib;
|
] ++ lib.optional (pythonOlder "3.4") pathlib;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user