mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
[Flax] Bump to v0.4.1 (#17966)
This commit is contained in:
parent
97db5b4223
commit
ec07eccc7d
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -110,7 +110,7 @@ _deps = [
|
|||
"fastapi",
|
||||
"filelock",
|
||||
"flake8>=3.8.3",
|
||||
"flax>=0.3.5",
|
||||
"flax>=0.4.1",
|
||||
"ftfy",
|
||||
"fugashi>=1.0",
|
||||
"GitPython<3.1.19",
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ deps = {
|
|||
"fastapi": "fastapi",
|
||||
"filelock": "filelock",
|
||||
"flake8": "flake8>=3.8.3",
|
||||
"flax": "flax>=0.3.5",
|
||||
"flax": "flax>=0.4.1",
|
||||
"ftfy": "ftfy",
|
||||
"fugashi": "fugashi>=1.0",
|
||||
"GitPython": "GitPython<3.1.19",
|
||||
|
|
|
|||
Loading…
Reference in a new issue