Skip to content

Commit

Permalink
Revert "Bump tokenizers (huggingface#8419)"
Browse files Browse the repository at this point in the history
This reverts commit a8a1473.
  • Loading branch information
fabiocapsouza committed Nov 15, 2020
1 parent c4cc1c2 commit 027d1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
packages=find_packages("src"),
install_requires=[
"numpy",
"tokenizers == 0.9.3",
"tokenizers == 0.9.2",
# dataclasses for Python versions that don't have it
"dataclasses;python_version<'3.7'",
# utilities from PyPA to e.g. compare versions
Expand Down

0 comments on commit 027d1f6

Please sign in to comment.