Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GiorgioMB authored Apr 9, 2024
1 parent e2dcfb8 commit c615058
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='stockdatamanager',
version='0.10.3',
version='0.11',
packages=find_packages(),
description='A comprehensive library for financial analysis',
long_description=open('README.md').read(),
Expand All @@ -21,6 +21,8 @@
'scipy>=1.7.1',
'matplotlib>=3.4.2',
'seaborn>=0.11.1',
'scikit-learn>=1.4.1.post1',
'statsmodels>=0.14.1',
'arch>=4.19',
'optuna>=2.10.0'
],
Expand Down

0 comments on commit c615058

Please sign in to comment.