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
62024453
Unverified
Commit
62024453
authored
Feb 02, 2021
by
Sylvain Gugger
Committed by
GitHub
Feb 02, 2021
Browse files
Bump numpy (#9934)
parent
de38a6e4
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 @
62024453
...
...
@@ -105,7 +105,7 @@ _deps = [
"jax>=0.2.0"
,
"jaxlib>=0.1.59"
,
"keras2onnx"
,
"numpy"
,
"numpy
>=1.17
"
,
"onnxconverter-common"
,
"onnxruntime-tools>=1.4.2"
,
"onnxruntime>=1.4.0"
,
...
...
src/transformers/dependency_versions_table.py
View file @
62024453
...
...
@@ -18,7 +18,7 @@ deps = {
"jax"
:
"jax>=0.2.0"
,
"jaxlib"
:
"jaxlib>=0.1.59"
,
"keras2onnx"
:
"keras2onnx"
,
"numpy"
:
"numpy"
,
"numpy"
:
"numpy
>=1.17
"
,
"onnxconverter-common"
:
"onnxconverter-common"
,
"onnxruntime-tools"
:
"onnxruntime-tools>=1.4.2"
,
"onnxruntime"
:
"onnxruntime>=1.4.0"
,
...
...
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