Merge pull request #67716 from danieldk/blis-thinc-update
pythonPackages.blis: 0.2.4 -> 0.4.0, pythonPackages.thinc: 7.0.8 -> 7.1.0
This commit is contained in:
@@ -35,7 +35,9 @@ buildPythonPackage rec {
|
||||
|
||||
prePatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "plac<1.0.0,>=0.9.6" "plac>=0.9.6"
|
||||
--replace "plac<1.0.0,>=0.9.6" "plac>=0.9.6" \
|
||||
--replace "thinc>=7.0.8,<7.1.0" "thinc>=7.0.8" \
|
||||
--replace "blis>=0.2.2,<0.3.0" "blis>=0.2.2"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user