Skip to content

Commit daceba2

Browse files
committed
pin scipy<1.15
1 parent c0d0c16 commit daceba2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

ci/requirements/py-base.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dependencies:
1313
- psutil
1414
- pytest
1515
- pytest-cov
16-
- scipy!=1.15.0,!=1.15.1
16+
- scipy<1.15.0
1717
- tqdm

ci/requirements/py-jax.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- psutil
1414
- pytest
1515
- pytest-cov
16-
- scipy!=1.15.0,!=1.15.1
16+
- scipy<1.15.0
1717
- tqdm
1818
- pip
1919
- pip:

ci/requirements/py-openblas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ dependencies:
1414
- psutil
1515
- pytest
1616
- pytest-cov
17-
- scipy!=1.15.0,!=1.15.1
17+
- scipy<1.15.0
1818
- tqdm

ci/requirements/py-slepc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- psutil
1818
- pytest
1919
- pytest-cov
20-
- scipy!=1.15.0,!=1.15.1
20+
- scipy<1.15.0
2121
- slepc=*=*complex*
2222
- slepc4py<=3.21
2323
- tqdm

ci/requirements/py-tensorflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- psutil
1414
- pytest
1515
- pytest-cov
16-
- scipy!=1.15.0,!=1.15.1
16+
- scipy<1.15.0
1717
- tqdm
1818
- pip
1919
- pip:

ci/requirements/py-torch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ dependencies:
1616
- pytest
1717
- pytest-cov
1818
- pytorch
19-
- scipy!=1.15.0,!=1.15.1
19+
- scipy<1.15.0
2020
- tqdm

0 commit comments

Comments
 (0)