Skip to content

Commit

Permalink
DOC: remove six as a depenency (geopandas#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis authored and Leah Wasser committed Apr 8, 2020
1 parent dd4f01d commit 7907e90
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Creating a new environment
Creating a new environment is not strictly necessary, but given that installing
other geospatial packages from different channels may cause dependency conflicts
(as mentioned in the note above), it can be good practice to install the geospatial
stack in a clean environment starting fresh.
stack in a clean environment starting fresh.

The following commands create a new environment with the name ``geo_env``,
configures it to install packages always from conda-forge, and installs
Expand Down Expand Up @@ -98,7 +98,7 @@ as well::
for Mac, Linux, and Windows.
- `rtree`_ does not provide wheels.
- Windows wheels for `shapely`, `fiona`, `pyproj` and `rtree`
can be found at `Christopher Gohlke's website
can be found at `Christopher Gohlke's website
<https://www.lfd.uci.edu/~gohlke/pythonlibs/>`_.

So depending on your platform, you might need to compile and install their
Expand Down Expand Up @@ -143,7 +143,6 @@ Required dependencies:
- `shapely`_ (interface to `GEOS`_)
- `fiona`_ (interface to `GDAL`_)
- `pyproj`_ (interface to `PROJ`_; version 2.2.0 or later)
- `six`_

Further, optional dependencies are:

Expand Down Expand Up @@ -217,8 +216,6 @@ More specifically, whether the speedups are used or not is determined by:

.. _geopy: https://github.com/geopy/geopy

.. _six: https://pythonhosted.org/six

.. _psycopg2: https://pypi.python.org/pypi/psycopg2

.. _mapclassify: http://pysal.org/mapclassify
Expand All @@ -245,4 +242,4 @@ More specifically, whether the speedups are used or not is determined by:

.. _PROJ: https://proj.org/

.. _PyGEOS: https://github.com/pygeos/pygeos/
.. _PyGEOS: https://github.com/pygeos/pygeos/

0 comments on commit 7907e90

Please sign in to comment.