Upgrade jax/jaxlib/flax pin versions (#24791)

fix

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2023-07-13 13:57:30 +02:00
committed by GitHub
parent 6ba4d5de3a
commit e538189931
2 changed files with 6 additions and 6 deletions

View File

@@ -115,7 +115,7 @@ _deps = [
"faiss-cpu",
"fastapi",
"filelock",
"flax>=0.4.1,<=0.6.9",
"flax>=0.4.1,<=0.7.0",
"ftfy",
"fugashi>=1.0",
"GitPython<3.1.19",
@@ -124,8 +124,8 @@ _deps = [
"importlib_metadata",
"ipadic>=1.0.0,<2.0",
"isort>=5.5.4",
"jax>=0.2.8,!=0.3.2,<=0.3.6",
"jaxlib>=0.1.65,<=0.3.6",
"jax>=0.2.8,!=0.3.2,<=0.4.13",
"jaxlib>=0.1.65,<=0.4.13",
"jieba",
"kenlm",
"keras-nlp>=0.3.1",