Skip to content

Commit

Permalink
Hotfix tokenizers version for sdist installs
Browse files Browse the repository at this point in the history
  • Loading branch information
n1t0 committed Dec 27, 2019
1 parent 74ea432 commit bfe870b
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 @@ -86,7 +86,7 @@
packages=find_packages("src"),
install_requires=[
"numpy",
"tokenizers == 0.0.10",
"tokenizers == 0.0.11",
# accessing files from S3 directly
"boto3",
# filesystem locks e.g. to prevent parallel downloads
Expand Down

0 comments on commit bfe870b

Please sign in to comment.