Skip to content

Commit 028dd33

Browse files
authored
Add files via upload
1 parent 01082d2 commit 028dd33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __init__(self, *args, **kwargs):
4444

4545
setup(
4646
name=package_name,
47-
version='1.0.0',
47+
version='1.0.1',
4848
author="Chukwuemeka Michael Ekwonu",
4949
author_email="[email protected]",
5050
description="Matplotlib Extensys style format for scientific publications",
@@ -58,6 +58,6 @@ def __init__(self, *args, **kwargs):
5858
"matplotlib-figures",
5959
"python"],
6060
url="https://github.com/mcekwonu/ExtensysPlots/",
61-
install_requires=['matplotlib', ],
61+
install_requires=['matplotlib', 'pandas', ],
6262
cmdclass={'install': PostInstallation, },
6363
)

0 commit comments

Comments
 (0)