We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9d56a commit 7e5fb44Copy full SHA for 7e5fb44
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="pyEddyTracker",
8
- version='2.0.3',
+ version='3.0.0',
9
description="Py-Eddy-Tracker libraries",
10
classifiers=['Development Status :: Alpha',
11
'Topic :: Eddy',
@@ -34,7 +34,7 @@
34
install_requires=[
35
'numpy>=1.9',
36
# Bug with 1.5.1 (slow memory leak)
37
- 'matplotlib==1.4.3',
+ 'matplotlib>=2.0.0',
38
'scipy>=0.15.1',
39
'netCDF4>=1.1.0',
40
'shapely',
0 commit comments