Skip to content

Commit

Permalink
duh
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsellan committed Jun 22, 2024
1 parent 3e90a9e commit 4f5e7ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
shell: bash -l {0}
run: |
python -m pip install numpy<2
python -m pip install numpy<2.0.0
python -m pip install scipy
python -m pip install scikit-image
sudo apt-get install \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
shell: bash -l {0}
run: |
${{ steps.installpython.outputs.python-path }} -m pip install numpy<2
${{ steps.installpython.outputs.python-path }} -m pip install numpy<2.0.0
${{ steps.installpython.outputs.python-path }} -m pip install scipy
${{ steps.installpython.outputs.python-path }} -m pip install scikit-image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies (Windows)
shell: bash -l {0}
run: |
python -m pip install numpy<2
python -m pip install numpy<2.0.0
python -m pip install scipy
python -m pip install scikit-image
Expand Down

0 comments on commit 4f5e7ed

Please sign in to comment.