python3Packages.transformers: relax tokenizers version bound
This commit is contained in:
parent
c67382b02f
commit
8712a719c2
@ -45,6 +45,11 @@ buildPythonPackage rec {
|
||||
timeout-decorator
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "tokenizers == 0.9.2" "tokenizers"
|
||||
'';
|
||||
|
||||
preCheck = ''
|
||||
export HOME="$TMPDIR"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user