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 24582d5 commit 49b3acdCopy full SHA for 49b3acd
requirements.txt
@@ -1,4 +1,3 @@
1
-cython
2
numpy
3
matplotlib
4
scipy
setup.py
@@ -29,14 +29,11 @@
29
'py_eddy_tracker.featured_tracking': ['*.nc'],
30
'py_eddy_tracker': ['data/*.nc'],
31
},
32
- setup_requires=[
33
- 'numpy>=1.14'],
34
install_requires=[
35
'numpy>=1.14',
36
- # Bug with 1.5.1 (slow memory leak)
37
- # 'matplotlib>=2.0.0',
38
'scipy>=0.15.1',
39
'netCDF4>=1.1.0',
+ 'matplotlib',
40
'opencv-python',
41
'shapely',
42
'pyyaml',
0 commit comments