Skip to content

Commit

Permalink
Update required tokenizers version in setup.py to 0.6.0 as suggested in
Browse files Browse the repository at this point in the history
  • Loading branch information
lkemkes committed Mar 17, 2020
1 parent 68ef0a1 commit 75d7f3d
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 @@ -92,7 +92,7 @@
packages=find_packages("src"),
install_requires=[
"numpy",
"tokenizers == 0.5.2",
"tokenizers == 0.6.0",
# accessing files from S3 directly
"boto3",
# filesystem locks e.g. to prevent parallel downloads
Expand Down

0 comments on commit 75d7f3d

Please sign in to comment.