Skip to content

Commit 8892e94

Browse files
committed
updating numpy dependency info
1 parent acb4b28 commit 8892e94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
setup(
44
name='simpleplotlib',
55
packages=['simpleplotlib'],
6-
version='0.15',
6+
version='0.16',
77
description='A matplotlib wrapper focused on beauty and simplicity',
88
author='Matthew K. Mukerjee',
99
author_email='[email protected]',
1010
url='https://github.com/mukerjee/simpleplotlib',
11-
download_url='https://github.com/mukerjee/simpleplotlib/tarball/0.15',
11+
download_url='https://github.com/mukerjee/simpleplotlib/tarball/0.16',
1212
license='MIT License',
1313
keywords=['matplotlib', 'plots', 'beauty', 'simplicity'],
1414
classifiers=[
@@ -23,7 +23,7 @@
2323
],
2424
install_requires=[
2525
'matplotlib>=2.0.0',
26-
'numpy',
26+
'numpy>=1.14.0',
2727
'dotmap',
2828
]
2929
)

0 commit comments

Comments
 (0)