[Flax] Bump to v0.4.1 (#17966)

This commit is contained in:
Sanchit Gandhi 2022-07-05 15:17:17 +01:00 committed by GitHub
parent 97db5b4223
commit ec07eccc7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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",