summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2020-11-13 10:52:23 -0800
committerGitHub <noreply@github.com>2020-11-13 10:52:23 -0800
commit356a8925df86cd0bfc0161e5c1eaca3a7ff59eeb (patch)
tree5f070efbaafde97e779374c3837b10819c0ab697 /.circleci
parent7801afd92bd3ffb63ceee366e093e39937125801 (diff)
downloadnetworkx-356a8925df86cd0bfc0161e5c1eaca3a7ff59eeb.tar.gz
Deprecate nx_shp (#4298)
* Deprecate nx_shp * Add geospatial example stubs * Add link to gallery
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 0dd157b0..8ba6d421 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -31,15 +31,20 @@ jobs:
sudo apt-get install libgeos-dev libproj-dev
- run:
+ name: Install pysal dependencies
+ command: |
+ sudo apt-get install libspatialindex-dev
+
+ - run:
name: Install Python dependencies
command: |
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip wheel setuptools
pip install -r requirements.txt
- pip install -r requirements/doc.txt
pip install -r requirements/extra.txt
pip install -r requirements/example.txt
+ pip install -U -r requirements/doc.txt
- run:
name: Install