Skip to content

Commit 8e95ca7

Browse files
committed
Allow binary shapely wheels
A locally-compiled shapely was necessary for older Cartopy that compiled against the same libraries, but it's no longer doing that, so we can use binary Shapely again.
1 parent 05d47a5 commit 8e95ca7

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
sudo apt install \
2323
fontconfig \
2424
imagemagick \
25-
libgeos++-dev \
26-
libproj-dev \
2725
poppler-utils
2826
python -m pip install --upgrade pip
2927
pip install -r requirements/requirements.txt

requirements/requirements.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ pip-tools
1010
pre-commit
1111
scipy
1212
sphinx
13-
14-
--no-binary shapely

requirements/requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
#
55
# pip-compile requirements.in
66
#
7-
--no-binary shapely
8-
97
accessible-pygments==0.0.4
108
# via pydata-sphinx-theme
119
alabaster==0.7.16

0 commit comments

Comments
 (0)