From 5aa82fe30ba50cd9ca7aa3759407a069f1631b57 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Thu, 16 Jun 2022 08:06:33 -0700 Subject: Remove gdal dependency (#5766) * Remove gdal dependency * [skip ci] Rm mention of gdal from roadmap. Co-authored-by: Ross Barnowski Co-authored-by: Mridul Seth --- INSTALL.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'INSTALL.rst') diff --git a/INSTALL.rst b/INSTALL.rst index 792c099b..e52244dd 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -78,7 +78,7 @@ Extra packages -------------- .. note:: - Some optional packages (e.g., `gdal`) may require compiling + Some optional packages may require compiling C or C++ code. If you have difficulty installing these packages with `pip`, please consult the homepages of those packages. @@ -90,7 +90,6 @@ version requirements. `pydot `_ provide graph drawing and graph layout algorithms via `GraphViz `_. - `PyYAML `_ provides YAML format reading and writing. -- `gdal `_ provides shapefile format reading and writing. - `lxml `_ used for GraphML XML format. To install ``networkx`` and extra packages, do:: @@ -99,7 +98,7 @@ To install ``networkx`` and extra packages, do:: To explicitly install all optional packages, do:: - $ pip install pygraphviz pydot pyyaml gdal lxml + $ pip install pygraphviz pydot pyyaml lxml Or, install any optional package (e.g., ``pygraphviz``) individually:: -- cgit v1.2.1