Skip to content

Commit

Permalink
Use numpy 2.0 for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Aug 19, 2024
1 parent 9af922a commit 1e9f71b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/build_docs.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- name: Install mikeio
run: |
pip install .[dev]
- name: Install pinned version of Numpy
# Numpy 2.1 causes problems with shapely
run: |
pip install numpy==2.0.0
- name: Build documentation
run: |
Expand Down

0 comments on commit 1e9f71b

Please sign in to comment.