Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
c7cb1aa2
Unverified
Commit
c7cb1aa2
authored
Nov 09, 2020
by
Sylvain Gugger
Committed by
GitHub
Nov 09, 2020
Browse files
Bump tokenizers (#8419)
parent
78d706f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
c7cb1aa2
...
...
@@ -129,7 +129,7 @@ setup(
packages
=
find_packages
(
"src"
),
install_requires
=
[
"numpy"
,
"tokenizers == 0.9.
2
"
,
"tokenizers == 0.9.
3
"
,
# dataclasses for Python versions that don't have it
"dataclasses;python_version<'3.7'"
,
# utilities from PyPA to e.g. compare versions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment