bump flax version (#14343)

This commit is contained in:
Suraj Patil 2021-11-09 22:15:22 +05:30 committed by GitHub
parent babd0b9a5e
commit 85a4bda4f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
datasets >= 1.1.3
jax>=0.2.8
jaxlib>=0.1.59
flax>=0.3.4
flax>=0.3.5
optax>=0.0.9

View File

@ -1,5 +1,5 @@
datasets >= 1.8.0
jax>=0.2.17
jaxlib>=0.1.68
flax>=0.3.4
flax>=0.3.5
optax>=0.0.8

View File

@ -1,5 +1,5 @@
datasets >= 1.1.3
jax>=0.2.8
jaxlib>=0.1.59
flax>=0.3.4
flax>=0.3.5
optax>=0.0.8

View File

@ -1,5 +1,5 @@
datasets >= 1.1.3
jax>=0.2.8
jaxlib>=0.1.59
flax>=0.3.4
flax>=0.3.5
optax>=0.0.8

View File

@ -1,6 +1,6 @@
datasets >= 1.8.0
jax>=0.2.8
jaxlib>=0.1.59
flax>=0.3.4
flax>=0.3.5
optax>=0.0.8
seqeval

View File

@ -1,6 +1,6 @@
jax>=0.2.8
jaxlib>=0.1.59
flax>=0.3.4
flax>=0.3.5
optax>=0.0.8
-f https://download.pytorch.org/whl/torch_stable.html
torch==1.9.0+cpu

View File

@ -1,6 +1,6 @@
jax>=0.2.8
jaxlib>=0.1.59
flax>=0.3.4
flax>=0.3.5
optax>=0.0.8
-f https://download.pytorch.org/whl/torch_stable.html
torch==1.9.0+cpu

View File

@ -104,7 +104,7 @@ _deps = [
"fastapi",
"filelock",
"flake8>=3.8.3",
"flax>=0.3.4",
"flax>=0.3.5",
"fugashi>=1.0",
"GitPython<3.1.19",
"huggingface-hub>=0.1.0,<1.0",

View File

@ -15,7 +15,7 @@ deps = {
"fastapi": "fastapi",
"filelock": "filelock",
"flake8": "flake8>=3.8.3",
"flax": "flax>=0.3.4",
"flax": "flax>=0.3.5",
"fugashi": "fugashi>=1.0",
"GitPython": "GitPython<3.1.19",
"huggingface-hub": "huggingface-hub>=0.1.0,<1.0",