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 4fe8033 commit 3e030e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
numpy~=1.25.2
chex~=0.1.7
typing>=3.10.0.0
numpy>=1.24.2
jax>=0.4.10
transformers>=4.34.0
typing~=3.7.4.3
numpy
flax>=0.7.1
optax>=0.1.7
einops>=0.6.1
msgpack>=1.0.5
ml_collections
ipython~=8.14.0
chex~=0.1.82
setuptools~=68.0.0
torch>=2.0.0
einops
Expand Down
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@

setuptools.setup(
name="fjformer",
version='0.0.1',
version='0.0.2',
author="Erfan Zare Chavoshi",
author_email="erfanzare82@yahoo.com",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/erfanzar/",
packages=setuptools.find_packages(),
install_requires=[
"chex~=0.1.7",
"typing>=3.10.0.0",
"numpy",
"jax>=0.4.10",
"transformers>=4.34.0",
"typing~=3.7.4.3",
"numpy",
"flax>=0.7.1",
"optax>=0.1.7",
"einops>=0.6.1",
Expand All @@ -37,7 +37,6 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand Down

0 comments on commit 3e030e7

Please sign in to comment.