From 577fc7ee3fde3276932ea267634acb863cff8a98 Mon Sep 17 00:00:00 2001 From: Derek Homeier Date: Sat, 16 Dec 2023 16:06:30 +0100 Subject: [PATCH] try to get shapely to build against numpy-2.0 --- .github/workflows/ci_workflows.yml | 6 ++++++ tox.ini | 1 + 2 files changed, 7 insertions(+) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 9d1d04c42..322ab26ad 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -50,7 +50,13 @@ jobs: # Test against latest developer versions of some packages - linux: py310-test-dev-all + libraries: + apt: + - libgeos-3.11.2 - linux: py311-test-dev + libraries: + apt: + - libgeos-3.12.0 publish: needs: tests diff --git a/tox.ini b/tox.ini index db60e3ed2..4e7515bc9 100644 --- a/tox.ini +++ b/tox.ini @@ -28,6 +28,7 @@ deps = dev: matplotlib>=0.0.dev0 dev: git+https://github.com/contourpy/contourpy.git dev: git+https://github.com/pandas-dev/pandas.git + dev: git+https://github.com/shapely/shapely.git # pytest* dev: coverage dev: flake8