Skip to content

Commit

Permalink
fixing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanzar committed Nov 4, 2023
1 parent 64994a8 commit 36f0f7b
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 @@ -2,7 +2,7 @@ jax>=0.4.10
jaxlib>=0.4.10
flax>=0.7.1
fjformer>=0.0.1
numpy~=1.25.2
numpy>=1.24.2
typing>=3.7.4.3
transformers>=4.33.0
einops>=0.6.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jaxlib>=0.4.10",
"flax>=0.7.1",
"fjformer>=0.0.1",
"numpy~=1.25.2",
"numpy>=1.24.2",
"typing>=3.7.4.3",
"transformers>=4.33.0",
"einops>=0.6.1",
Expand Down

0 comments on commit 36f0f7b

Please sign in to comment.