Skip to content

Commit c55cbb7

Browse files
committed
Fixed a major memory leak by upgrading cartopy from 0.17.0 to 0.18.0. Updated the requirements accordingly.
1 parent 5a18ae0 commit c55cbb7

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,26 @@ Current version: 3.3.0
2828

2929
The following are the current dependencies:
3030

31-
* [cartopy 0.17 or later](https://github.com/SciTools/cartopy)
32-
* [cython 0.28 or later](https://github.com/cython/cython)
33-
* [Fiona 1.8.13.post1 or later](https://github.com/Toblerity/Fiona)
34-
* [geos 0.2.2 or later](https://github.com/grst/geos)
35-
* [matplotlib 3.2.1 or later](https://github.com/matplotlib/matplotlib)
36-
* [numpy 1.18.2 or later](https://github.com/numpy/numpy)
37-
* [Pillow 7.1.1 or later](https://github.com/python-pillow/Pillow)
38-
* [pykdtree 1.3.1 or later](https://github.com/storpipfugl/pykdtree)
39-
* [pymongo 3.10.1 or later](https://github.com/mongodb/mongo-python-driver)
40-
* [pyorbital 1.5 or later](https://github.com/pytroll/pyorbital)
41-
* [PyQt5 5.14 or later](https://pypi.org/project/PyQt5/)
42-
* [pyshp 1.1.4 or later](https://github.com/GeospatialPython/pyshp)
43-
* [sgp4 2.7 or later](https://github.com/brandon-rhodes/python-sgp4)
44-
* [shapely 1.5.6 or later](https://github.com/simplegeo/shapely)
31+
* [cartopy](https://github.com/SciTools/cartopy) 0.18 or later.
32+
* [cython](https://github.com/cython/cython) 0.28 or later.
33+
* [Fiona](https://github.com/Toblerity/Fiona) 1.8.13.post1 or later.
34+
* [geos](https://github.com/grst/geos) 0.2.2 or later.
35+
* [matplotlib](https://github.com/matplotlib/matplotlib) 3.2.1 or later.
36+
* [numpy](https://github.com/numpy/numpy) 1.18.2 or later.
37+
* [Pillow](https://github.com/python-pillow/Pillow) 7.1.1 or later.
38+
* [pykdtree](https://github.com/storpipfugl/pykdtree) 1.3.1 or later.
39+
* [pymongo](https://github.com/mongodb/mongo-python-driver) 3.10.1 or later.
40+
* [pyorbital](https://github.com/pytroll/pyorbital) 1.5 or later.
41+
* [PyQt5](https://pypi.org/project/PyQt5/) 5.14 or later.
42+
* [pyshp](https://github.com/GeospatialPython/pyshp) 1.1.4 or later.
43+
* [sgp4](https://github.com/brandon-rhodes/python-sgp4) 2.7 or later.
44+
* [shapely](https://github.com/simplegeo/shapely) 1.5.6 or later.
4545

4646
## Supported software
4747

48-
* [Python 3.6 or later](https://www.python.org/downloads/)
49-
* [Ubuntu 19.10](https://ubuntu.com/download/desktop) or later
50-
* [Zorin OS Lite 15.2](https://zorinos.com/download/) or later
48+
* [Python 3.6](https://www.python.org/downloads/) or later.
49+
* [Ubuntu 19.10](https://ubuntu.com/download/desktop) or later.
50+
* [Zorin OS Lite 15.2](https://zorinos.com/download/) or later.
5151
* [Raspbian Buster](https://www.raspberrypi.org/downloads/raspbian/) or later.
5252

5353
## Installation

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def write_desktop_file():
179179
'Pillow>=7.1.1',
180180
'Fiona>=1.8.13.post1',
181181
'pykdtree>=1.3.1',
182-
'cartopy>=0.17',
182+
'cartopy>=0.18',
183183
'sgp4>=2.7',
184184
'pymongo>=3.10.1'], # Optional
185185

0 commit comments

Comments
 (0)