Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxinye authored Jul 9, 2024
1 parent 4098190 commit 2932490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def run(self):

setup_args = {'name':"fABBA",
'packages':setuptools.find_packages(),
'version':"1.2.6",
'version':"1.2.7",
'cmdclass': {'build_ext': CustomBuildExtCommand},
'install_requires':["numpy>=1.3.0", "scipy>=0.7.0",
"requests", "pandas",
Expand Down

0 comments on commit 2932490

Please sign in to comment.