Skip to content

Commit

Permalink
Fixed a major memory leak by upgrading cartopy from 0.17.0 to 0.18.0.…
Browse files Browse the repository at this point in the history
… Updated the requirements accordingly.
  • Loading branch information
matvidal committed May 13, 2020
1 parent 5a18ae0 commit c55cbb7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c55cbb7

Please sign in to comment.