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
b9720dd6
Unverified
Commit
b9720dd6
authored
Feb 05, 2021
by
Patrick von Platen
Committed by
GitHub
Feb 05, 2021
Browse files
Bump minimum Jax requirement to 2.8.0 (#10027)
* Bump minimum Jax requirement to 2.8.0 * update table
parent
89be094e
Changes
2
Show 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 @
b9720dd6
...
...
@@ -102,7 +102,7 @@ _deps = [
"importlib_metadata"
,
"ipadic>=1.0.0,<2.0"
,
"isort>=5.5.4"
,
"jax>=0.2.
0
"
,
"jax>=0.2.
8
"
,
"jaxlib>=0.1.59"
,
"keras2onnx"
,
"numpy>=1.17"
,
...
...
src/transformers/dependency_versions_table.py
View file @
b9720dd6
...
...
@@ -15,7 +15,7 @@ deps = {
"importlib_metadata"
:
"importlib_metadata"
,
"ipadic"
:
"ipadic>=1.0.0,<2.0"
,
"isort"
:
"isort>=5.5.4"
,
"jax"
:
"jax>=0.2.
0
"
,
"jax"
:
"jax>=0.2.
8
"
,
"jaxlib"
:
"jaxlib>=0.1.59"
,
"keras2onnx"
:
"keras2onnx"
,
"numpy"
:
"numpy>=1.17"
,
...
...
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