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