From c55cbb791028368ee3d42a40a22e59e566f631db Mon Sep 17 00:00:00 2001 From: matvidal Date: Wed, 13 May 2020 14:31:05 -0400 Subject: [PATCH] Fixed a major memory leak by upgrading cartopy from 0.17.0 to 0.18.0. Updated the requirements accordingly. --- README.md | 34 +++++++++++++++++----------------- setup.py | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index f6bcb38..e4c79ef 100644 --- a/README.md +++ b/README.md @@ -28,26 +28,26 @@ Current version: 3.3.0 The following are the current dependencies: -* [cartopy 0.17 or later](https://github.com/SciTools/cartopy) -* [cython 0.28 or later](https://github.com/cython/cython) -* [Fiona 1.8.13.post1 or later](https://github.com/Toblerity/Fiona) -* [geos 0.2.2 or later](https://github.com/grst/geos) -* [matplotlib 3.2.1 or later](https://github.com/matplotlib/matplotlib) -* [numpy 1.18.2 or later](https://github.com/numpy/numpy) -* [Pillow 7.1.1 or later](https://github.com/python-pillow/Pillow) -* [pykdtree 1.3.1 or later](https://github.com/storpipfugl/pykdtree) -* [pymongo 3.10.1 or later](https://github.com/mongodb/mongo-python-driver) -* [pyorbital 1.5 or later](https://github.com/pytroll/pyorbital) -* [PyQt5 5.14 or later](https://pypi.org/project/PyQt5/) -* [pyshp 1.1.4 or later](https://github.com/GeospatialPython/pyshp) -* [sgp4 2.7 or later](https://github.com/brandon-rhodes/python-sgp4) -* [shapely 1.5.6 or later](https://github.com/simplegeo/shapely) +* [cartopy](https://github.com/SciTools/cartopy) 0.18 or later. +* [cython](https://github.com/cython/cython) 0.28 or later. +* [Fiona](https://github.com/Toblerity/Fiona) 1.8.13.post1 or later. +* [geos](https://github.com/grst/geos) 0.2.2 or later. +* [matplotlib](https://github.com/matplotlib/matplotlib) 3.2.1 or later. +* [numpy](https://github.com/numpy/numpy) 1.18.2 or later. +* [Pillow](https://github.com/python-pillow/Pillow) 7.1.1 or later. +* [pykdtree](https://github.com/storpipfugl/pykdtree) 1.3.1 or later. +* [pymongo](https://github.com/mongodb/mongo-python-driver) 3.10.1 or later. +* [pyorbital](https://github.com/pytroll/pyorbital) 1.5 or later. +* [PyQt5](https://pypi.org/project/PyQt5/) 5.14 or later. +* [pyshp](https://github.com/GeospatialPython/pyshp) 1.1.4 or later. +* [sgp4](https://github.com/brandon-rhodes/python-sgp4) 2.7 or later. +* [shapely](https://github.com/simplegeo/shapely) 1.5.6 or later. ## Supported software -* [Python 3.6 or later](https://www.python.org/downloads/) -* [Ubuntu 19.10](https://ubuntu.com/download/desktop) or later -* [Zorin OS Lite 15.2](https://zorinos.com/download/) or later +* [Python 3.6](https://www.python.org/downloads/) or later. +* [Ubuntu 19.10](https://ubuntu.com/download/desktop) or later. +* [Zorin OS Lite 15.2](https://zorinos.com/download/) or later. * [Raspbian Buster](https://www.raspberrypi.org/downloads/raspbian/) or later. ## Installation diff --git a/setup.py b/setup.py index 2de6ba2..606ca2b 100644 --- a/setup.py +++ b/setup.py @@ -179,7 +179,7 @@ def write_desktop_file(): 'Pillow>=7.1.1', 'Fiona>=1.8.13.post1', 'pykdtree>=1.3.1', - 'cartopy>=0.17', + 'cartopy>=0.18', 'sgp4>=2.7', 'pymongo>=3.10.1'], # Optional