bump flax version (#14343)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
datasets >= 1.1.3
|
datasets >= 1.1.3
|
||||||
jax>=0.2.8
|
jax>=0.2.8
|
||||||
jaxlib>=0.1.59
|
jaxlib>=0.1.59
|
||||||
flax>=0.3.4
|
flax>=0.3.5
|
||||||
optax>=0.0.9
|
optax>=0.0.9
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
datasets >= 1.8.0
|
datasets >= 1.8.0
|
||||||
jax>=0.2.17
|
jax>=0.2.17
|
||||||
jaxlib>=0.1.68
|
jaxlib>=0.1.68
|
||||||
flax>=0.3.4
|
flax>=0.3.5
|
||||||
optax>=0.0.8
|
optax>=0.0.8
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
datasets >= 1.1.3
|
datasets >= 1.1.3
|
||||||
jax>=0.2.8
|
jax>=0.2.8
|
||||||
jaxlib>=0.1.59
|
jaxlib>=0.1.59
|
||||||
flax>=0.3.4
|
flax>=0.3.5
|
||||||
optax>=0.0.8
|
optax>=0.0.8
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
datasets >= 1.1.3
|
datasets >= 1.1.3
|
||||||
jax>=0.2.8
|
jax>=0.2.8
|
||||||
jaxlib>=0.1.59
|
jaxlib>=0.1.59
|
||||||
flax>=0.3.4
|
flax>=0.3.5
|
||||||
optax>=0.0.8
|
optax>=0.0.8
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
datasets >= 1.8.0
|
datasets >= 1.8.0
|
||||||
jax>=0.2.8
|
jax>=0.2.8
|
||||||
jaxlib>=0.1.59
|
jaxlib>=0.1.59
|
||||||
flax>=0.3.4
|
flax>=0.3.5
|
||||||
optax>=0.0.8
|
optax>=0.0.8
|
||||||
seqeval
|
seqeval
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
jax>=0.2.8
|
jax>=0.2.8
|
||||||
jaxlib>=0.1.59
|
jaxlib>=0.1.59
|
||||||
flax>=0.3.4
|
flax>=0.3.5
|
||||||
optax>=0.0.8
|
optax>=0.0.8
|
||||||
-f https://download.pytorch.org/whl/torch_stable.html
|
-f https://download.pytorch.org/whl/torch_stable.html
|
||||||
torch==1.9.0+cpu
|
torch==1.9.0+cpu
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
jax>=0.2.8
|
jax>=0.2.8
|
||||||
jaxlib>=0.1.59
|
jaxlib>=0.1.59
|
||||||
flax>=0.3.4
|
flax>=0.3.5
|
||||||
optax>=0.0.8
|
optax>=0.0.8
|
||||||
-f https://download.pytorch.org/whl/torch_stable.html
|
-f https://download.pytorch.org/whl/torch_stable.html
|
||||||
torch==1.9.0+cpu
|
torch==1.9.0+cpu
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -104,7 +104,7 @@ _deps = [
|
|||||||
"fastapi",
|
"fastapi",
|
||||||
"filelock",
|
"filelock",
|
||||||
"flake8>=3.8.3",
|
"flake8>=3.8.3",
|
||||||
"flax>=0.3.4",
|
"flax>=0.3.5",
|
||||||
"fugashi>=1.0",
|
"fugashi>=1.0",
|
||||||
"GitPython<3.1.19",
|
"GitPython<3.1.19",
|
||||||
"huggingface-hub>=0.1.0,<1.0",
|
"huggingface-hub>=0.1.0,<1.0",
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ deps = {
|
|||||||
"fastapi": "fastapi",
|
"fastapi": "fastapi",
|
||||||
"filelock": "filelock",
|
"filelock": "filelock",
|
||||||
"flake8": "flake8>=3.8.3",
|
"flake8": "flake8>=3.8.3",
|
||||||
"flax": "flax>=0.3.4",
|
"flax": "flax>=0.3.5",
|
||||||
"fugashi": "fugashi>=1.0",
|
"fugashi": "fugashi>=1.0",
|
||||||
"GitPython": "GitPython<3.1.19",
|
"GitPython": "GitPython<3.1.19",
|
||||||
"huggingface-hub": "huggingface-hub>=0.1.0,<1.0",
|
"huggingface-hub": "huggingface-hub>=0.1.0,<1.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user