Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxinye committed Jun 23, 2024
1 parent b339f0f commit d32c4fe
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.5",
'version':"1.2.6",
'cmdclass': {'build_ext': CustomBuildExtCommand},
'install_requires':["numpy>=1.3.0", "scipy>=0.7.0",
"requests", "pandas",
Expand Down

0 comments on commit d32c4fe

Please sign in to comment.