Skip to content

Commit

Permalink
Bump python, pandas & matplotlib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Aug 15, 2019
1 parent b06f25a commit 054b2ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ def get_required_packages():
Plus any version tests and warnings
"""
install_requires = ['numpy',
'pandas >= 0.23.4',
'matplotlib',
'pandas >= 0.25.0',
'matplotlib >= 3.1.1',
'palettable']
return install_requires

Expand Down Expand Up @@ -68,7 +68,7 @@ def get_package_data():
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
url=__url__,
python_requires='>=3.5',
python_requires='>=3.6',
install_requires=get_required_packages(),
packages=find_packages(),
package_data=get_package_data(),
Expand Down

0 comments on commit 054b2ba

Please sign in to comment.