Skip to content

Commit

Permalink
fixing requirements for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanzar committed Nov 4, 2023
1 parent 2ecc144 commit 53a293a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ typing
jax>=0.4.10
jaxlib>=0.4.10
flax
fjformer>=0.0.1
fjformer>=0.0.5
transformers>=4.33.0
einops
optax
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"jax>=0.4.10",
"jaxlib>=0.4.10",
"flax",
"fjformer>=0.0.1",
"fjformer>=0.0.5",
"transformers>=4.33.0",
"einops>=0.6.1",
"optax",
Expand Down

0 comments on commit 53a293a

Please sign in to comment.