Skip to content

Commit 95051da

Browse files
authored
Add scipy install to build (#266)
1 parent 8d61712 commit 95051da

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/building.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ jobs:
4343
pip install wheel
4444
4545
- name: Install scipy
46-
if: ${{ matrix.python-version == '3.9' }}
4746
run: |
48-
pip install scipy==1.10.1
47+
pip install scipy
4948
5049
- name: Free Disk Space (Ubuntu)
5150
if: ${{ runner.os == 'Linux' }}

0 commit comments

Comments
 (0)