Skip to content

Commit

Permalink
fixing requirements for python 3.8 and upgrading to version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanzar committed Nov 4, 2023
1 parent a483af4 commit da239e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chex~=0.1.7
typing>=3.10.0.0
typing
numpy>=1.24.2
jax>=0.4.10
transformers>=4.34.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="fjformer",
version='0.0.3',
version='0.0.4',
author="Erfan Zare Chavoshi",
author_email="[email protected]",
long_description=long_description,
Expand All @@ -16,7 +16,7 @@
packages=setuptools.find_packages(),
install_requires=[
"chex~=0.1.7",
"typing>=3.10.0.0",
"typing",
"numpy",
"jax>=0.4.10",
"transformers>=4.34.0",
Expand Down

0 comments on commit da239e4

Please sign in to comment.