Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Version Bump
  • Loading branch information
joe5saia authored Apr 21, 2021
1 parent 9b70e63 commit 796e322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="FredMD",
version="0.0.5",
version="0.0.6",
author="Joe Saia",
author_email="joe5saia@gmail.com",
description="Estimate factors off of the FRED-MD dataset",
Expand All @@ -18,6 +18,6 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
install_requires=['pandas>=1.2.0', 'numpy>=1.19.0', 'scikit-learn>=0.24.0'],
install_requires=['pandas', 'numpy', 'scikit-learn'],
python_requires='>=3.6',
)

0 comments on commit 796e322

Please sign in to comment.