Skip to content

Commit

Permalink
Scipy version upper limit (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMeisrimelModelon committed Apr 19, 2024
1 parent 8fe2bff commit da89a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: '3.11.x'
- name: Setup Python
run: |
python3 -m pip install Cython numpy scipy matplotlib nose-py3
python3 -m pip install Cython numpy scipy==1.12.0 matplotlib nose-py3
- name: Install system
run: |
sudo apt-get -y install cmake liblapack-dev libsuitesparse-dev libhypre-dev
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ setup_requires =

install_requires =
numpy >= 1.26.3
scipy >= 1.11.4
scipy >= 1.11.4, < 1.13
cython >= 3.0.7
nose-py3 >= 1.6.3
matplotlib > 3
Expand Down

0 comments on commit da89a54

Please sign in to comment.