python3Packages.spacy-transformers: fix deps version bounds
This commit is contained in:
committed by
Jonathan Ringer
parent
752306e2e6
commit
4e0cc105cb
@@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
sed -i 's/transformers>=3.4.0,<4.12.0/transformers/' setup.cfg
|
||||
sed -i 's/transformers>=3.4.0,<4.13.0/transformers/' setup.cfg
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user