Skip to content

Commit

Permalink
Fix numpy version incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCalvert committed Jul 2, 2024
1 parent e4508b4 commit 5af8a56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckan/setup/dbca_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ apk add --no-cache \
proj-util \
proj-dev
pip3 install -e git+https://github.com/ckan/ckanext-spatial.git@v2.1.1#egg=ckanext-spatial
# Incompatibility with Shapely >2 Due to NumPy 2.0 Update https://github.com/ckan/ckanext-spatial/issues/330
pip3 install "numpy>=1.26,<2"
pip3 install -r ${SRC_DIR}/ckanext-spatial/requirements.txt

# XLoader
Expand Down

0 comments on commit 5af8a56

Please sign in to comment.