Skip to content

Commit 49b3acd

Browse files
committed
setup remove old library
1 parent 24582d5 commit 49b3acd

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
cython
21
numpy
32
matplotlib
43
scipy

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,11 @@
2929
'py_eddy_tracker.featured_tracking': ['*.nc'],
3030
'py_eddy_tracker': ['data/*.nc'],
3131
},
32-
setup_requires=[
33-
'numpy>=1.14'],
3432
install_requires=[
3533
'numpy>=1.14',
36-
# Bug with 1.5.1 (slow memory leak)
37-
# 'matplotlib>=2.0.0',
3834
'scipy>=0.15.1',
3935
'netCDF4>=1.1.0',
36+
'matplotlib',
4037
'opencv-python',
4138
'shapely',
4239
'pyyaml',

0 commit comments

Comments
 (0)