mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python.pkgs.thinc: loosen version constraints
This commit is contained in:
parent
5600034f91
commit
c9330ca79b
@ -28,13 +28,18 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "thinc";
|
||||
version = "6.10.2";
|
||||
name = pname + "-" + version;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0xia81wvfrhyriywab184s49g8rpl42vcf5fy3x6xxw50a2yn7cs";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "msgpack-python==" "msgpack-python>=" \
|
||||
--replace "msgpack-numpy==" "msgpack-numpy>="
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
cython
|
||||
cymem
|
||||
|
Loading…
Reference in New Issue
Block a user