The binary wheel packages of 0.11.5 and 0.11.6 (e.g. tokenizers-0.11.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl) are not compatible with the manylinux2010 policy.
The problem is that tokenizers.cpython-39-x86_64-linux-gnu.so has a dependency on libz.so.1, which is not included in manylinux2010 nor manylinux2014.
Is it possible to fix the packages so we can deploy tokenizers on our minimal systems that don't have libz.so.1?