"docs/source/vscode:/vscode.git/clone" did not exist on "f6701bc664fa65dd7621d6465a250bd5b4287671"
Unverified Commit d5b40d66 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

[Setup.py] update jaxlib (#9831)

* update jaxlib

* Update setup.py

* update table
parent f617490e
...@@ -103,7 +103,7 @@ _deps = [ ...@@ -103,7 +103,7 @@ _deps = [
"ipadic>=1.0.0,<2.0", "ipadic>=1.0.0,<2.0",
"isort>=5.5.4", "isort>=5.5.4",
"jax>=0.2.0", "jax>=0.2.0",
"jaxlib==0.1.55", "jaxlib>=0.1.59",
"keras2onnx", "keras2onnx",
"numpy", "numpy",
"onnxconverter-common", "onnxconverter-common",
...@@ -248,8 +248,20 @@ extras["dev"] = ( ...@@ -248,8 +248,20 @@ extras["dev"] = (
+ extras["modelcreation"] + extras["modelcreation"]
) )
extras["torchhub"] = deps_list("filelock", "importlib_metadata", "numpy", "packaging", "protobuf", "regex", extras["torchhub"] = deps_list(
"requests", "sacremoses", "sentencepiece", "torch", "tokenizers", "tqdm") "filelock",
"importlib_metadata",
"numpy",
"packaging",
"protobuf",
"regex",
"requests",
"sacremoses",
"sentencepiece",
"torch",
"tokenizers",
"tqdm",
)
# when modifying the following list, make sure to update src/transformers/dependency_versions_check.py # when modifying the following list, make sure to update src/transformers/dependency_versions_check.py
install_requires = [ install_requires = [
......
...@@ -16,7 +16,7 @@ deps = { ...@@ -16,7 +16,7 @@ deps = {
"ipadic": "ipadic>=1.0.0,<2.0", "ipadic": "ipadic>=1.0.0,<2.0",
"isort": "isort>=5.5.4", "isort": "isort>=5.5.4",
"jax": "jax>=0.2.0", "jax": "jax>=0.2.0",
"jaxlib": "jaxlib==0.1.55", "jaxlib": "jaxlib>=0.1.59",
"keras2onnx": "keras2onnx", "keras2onnx": "keras2onnx",
"numpy": "numpy", "numpy": "numpy",
"onnxconverter-common": "onnxconverter-common", "onnxconverter-common": "onnxconverter-common",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment