Skip to content

Commit

Permalink
Version 0.0.19 :)
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanzar committed Oct 5, 2023
1 parent 75042bb commit 29f0b2e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion FJUtils.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: FJUtils
Version: 0.0.17
Version: 0.0.18
Home-page: https://github.com/erfanzar/
Author: Erfan Zare Chavoshi
Author-email: erfanzare82@yahoo.com
Expand Down
15 changes: 7 additions & 8 deletions FJUtils.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
jax~=0.4.10
flax~=0.7.1
numpy
jax>=0.4.17
transformers>=4.34.0
typing~=3.7.4.3
transformers~=4.31.0
einops~=0.6.1
optax~=0.1.7
msgpack~=1.0.5
tqdm==4.65.0
numpy
flax>=0.7.3
optax>=0.1.7
einops>=0.6.1
msgpack>=1.0.5
ml_collections
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
numpy==1.25.2
jax>=0.4.17
transformers>=4.34.0
typing~=3.7.4.3
Expand All @@ -6,4 +7,4 @@ flax>=0.7.3
optax>=0.1.7
einops>=0.6.1
msgpack>=1.0.5
ml_collections
ml_collections
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
url="https://github.com/erfanzar/",
packages=setuptools.find_packages(),
install_requires=[
"numpy==1.25.2",
"jax>=0.4.17",
"transformers>=4.34.0",
"typing~=3.7.4.3",
Expand All @@ -23,7 +24,7 @@
"optax>=0.1.7",
"einops>=0.6.1",
"msgpack>=1.0.5",
"ml_collections"
"ml_collections",
],
python_requires=">=3.7",
license='Apache License 2.0',
Expand Down

0 comments on commit 29f0b2e

Please sign in to comment.