Skip to content

Commit 7e5fb44

Browse files
author
emason
committed
Updated version number and dependencies in setup.py
1 parent ec9d56a commit 7e5fb44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="pyEddyTracker",
8-
version='2.0.3',
8+
version='3.0.0',
99
description="Py-Eddy-Tracker libraries",
1010
classifiers=['Development Status :: Alpha',
1111
'Topic :: Eddy',
@@ -34,7 +34,7 @@
3434
install_requires=[
3535
'numpy>=1.9',
3636
# Bug with 1.5.1 (slow memory leak)
37-
'matplotlib==1.4.3',
37+
'matplotlib>=2.0.0',
3838
'scipy>=0.15.1',
3939
'netCDF4>=1.1.0',
4040
'shapely',

0 commit comments

Comments
 (0)