Skip to content

Commit

Permalink
numpy 2.0 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsellan committed Jun 22, 2024
1 parent e51f37b commit 5e04b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
${{ steps.installpython.outputs.python-path }} -m pip install numpy
${{ steps.installpython.outputs.python-path }} -m pip install scipy
${{ steps.installpython.outputs.python-path }} -m pip install scikit-image
${{ steps.installpython.outputs.python-path }} -m pip install scikit-image==0.24.0
- name: Install c++ bindings
shell: bash -l {0}
Expand Down

0 comments on commit 5e04b5f

Please sign in to comment.