python.pkgs.thinc: loosen version constraints
This commit is contained in:
parent
5600034f91
commit
c9330ca79b
@ -28,13 +28,18 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "thinc";
|
pname = "thinc";
|
||||||
version = "6.10.2";
|
version = "6.10.2";
|
||||||
name = pname + "-" + version;
|
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0xia81wvfrhyriywab184s49g8rpl42vcf5fy3x6xxw50a2yn7cs";
|
sha256 = "0xia81wvfrhyriywab184s49g8rpl42vcf5fy3x6xxw50a2yn7cs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.py \
|
||||||
|
--replace "msgpack-python==" "msgpack-python>=" \
|
||||||
|
--replace "msgpack-numpy==" "msgpack-numpy>="
|
||||||
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
cython
|
cython
|
||||||
cymem
|
cymem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user