Skip to content

Commit

Permalink
CI: avoid scipy 1.15.{0|1}
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Jan 31, 2025
1 parent d410482 commit cbfc525
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/requirements/py-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies:
- psutil
- pytest
- pytest-cov
- scipy
- scipy!=1.15.0,!=1.15.1
- tqdm
2 changes: 1 addition & 1 deletion ci/requirements/py-jax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- psutil
- pytest
- pytest-cov
- scipy
- scipy!=1.15.0,!=1.15.1
- tqdm
- pip
- pip:
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py-openblas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies:
- psutil
- pytest
- pytest-cov
- scipy
- scipy!=1.15.0,!=1.15.1
- tqdm
2 changes: 1 addition & 1 deletion ci/requirements/py-slepc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- psutil
- pytest
- pytest-cov
- scipy
- scipy!=1.15.0,!=1.15.1
- slepc=*=*complex*
- slepc4py<=3.21
- tqdm
2 changes: 1 addition & 1 deletion ci/requirements/py-tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- psutil
- pytest
- pytest-cov
- scipy
- scipy!=1.15.0,!=1.15.1
- tqdm
- pip
- pip:
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py-torch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ dependencies:
- pytest
- pytest-cov
- pytorch
- scipy
- scipy!=1.15.0,!=1.15.1
- tqdm

0 comments on commit cbfc525

Please sign in to comment.