Skip to content

Commit

Permalink
try to get shapely to build against numpy-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Dec 16, 2023
1 parent 4f4e27e commit 577fc7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 577fc7e

Please sign in to comment.