[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
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ _deps = [
"fastapi", "fastapi",
"filelock", "filelock",
"flake8>=3.8.3", "flake8>=3.8.3",
"flax>=0.3.5", "flax>=0.4.1",
"ftfy", "ftfy",
"fugashi>=1.0", "fugashi>=1.0",
"GitPython<3.1.19", "GitPython<3.1.19",

View File

@@ -16,7 +16,7 @@ deps = {
"fastapi": "fastapi", "fastapi": "fastapi",
"filelock": "filelock", "filelock": "filelock",
"flake8": "flake8>=3.8.3", "flake8": "flake8>=3.8.3",
"flax": "flax>=0.3.5", "flax": "flax>=0.4.1",
"ftfy": "ftfy", "ftfy": "ftfy",
"fugashi": "fugashi>=1.0", "fugashi": "fugashi>=1.0",
"GitPython": "GitPython<3.1.19", "GitPython": "GitPython<3.1.19",