Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
ec07eccc
Unverified
Commit
ec07eccc
authored
Jul 05, 2022
by
Sanchit Gandhi
Committed by
GitHub
Jul 05, 2022
Browse files
[Flax] Bump to v0.4.1 (#17966)
parent
97db5b42
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+1
-1
src/transformers/dependency_versions_table.py
src/transformers/dependency_versions_table.py
+1
-1
No files found.
setup.py
View file @
ec07eccc
...
...
@@ -110,7 +110,7 @@ _deps = [
"fastapi"
,
"filelock"
,
"flake8>=3.8.3"
,
"flax>=0.
3.5
"
,
"flax>=0.
4.1
"
,
"ftfy"
,
"fugashi>=1.0"
,
"GitPython<3.1.19"
,
...
...
src/transformers/dependency_versions_table.py
View file @
ec07eccc
...
...
@@ -16,7 +16,7 @@ deps = {
"fastapi"
:
"fastapi"
,
"filelock"
:
"filelock"
,
"flake8"
:
"flake8>=3.8.3"
,
"flax"
:
"flax>=0.
3.5
"
,
"flax"
:
"flax>=0.
4.1
"
,
"ftfy"
:
"ftfy"
,
"fugashi"
:
"fugashi>=1.0"
,
"GitPython"
:
"GitPython<3.1.19"
,
...
...
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