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 da239e4 commit ecb6cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
chex~=0.1.7
typing
numpy>=1.24.2
jax>=0.4.10
transformers>=4.34.0
numpy
flax>=0.7.1
optax>=0.1.7
einops>=0.6.1
msgpack>=1.0.5
einops
msgpack
ml_collections
ipython
setuptools
torch>=2.0.0
einops
datasets
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
install_requires=[
"chex~=0.1.7",
"typing",
"numpy",
"jax>=0.4.10",
"transformers>=4.34.0",
"flax>=0.7.1",
Expand Down

0 comments on commit ecb6cc3

Please sign in to comment.