Skip to content

Commit 3db4de4

Browse files
committed
revise numpy and scipy versions
1 parent 279260c commit 3db4de4

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

ci/requirements-py3.10-min.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ dependencies:
1313
- requests
1414
- pip:
1515
- h5py==3.0.0
16-
- numpy==2.1.0
16+
- numpy==1.21.2
1717
- pandas==1.3.0 # min version of pvlib
18-
- scipy==1.14.0
18+
- scipy==1.7.2
1919
- pytest-rerunfailures # conda version is >3.6
2020
- pytest-remotedata # conda package is 0.3.0, needs > 0.3.1
2121
- requests-mock

ci/requirements-py3.10.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- ephem
99
- h5py
1010
- numba
11-
- numpy >= 2.1.0
11+
- numpy >= 1.21.2
1212
- pandas >= 1.3.0
1313
- pip
1414
- pytest
@@ -21,7 +21,7 @@ dependencies:
2121
- python=3.10
2222
- pytz
2323
- requests
24-
- scipy >= 1.14.0
24+
- scipy >= 1.7.2
2525
- statsmodels
2626
- pip:
2727
- nrel-pysam>=2.0

ci/requirements-py3.11.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- ephem
99
- h5py
1010
- numba
11-
- numpy >= 2.1.0
11+
- numpy >= 1.21.2
1212
- pandas >= 1.3.0
1313
- pip
1414
- pytest
@@ -21,7 +21,7 @@ dependencies:
2121
- python=3.11
2222
- pytz
2323
- requests
24-
- scipy >= 1.14.0
24+
- scipy >= 1.7.2
2525
- statsmodels
2626
- pip:
2727
- nrel-pysam>=2.0

ci/requirements-py3.12.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- ephem
99
- h5py
1010
- numba
11-
- numpy >= 2.1.0
11+
- numpy >= 1.21.2
1212
- pandas >= 1.3.0
1313
- pip
1414
- pytest
@@ -21,7 +21,7 @@ dependencies:
2121
- python=3.12
2222
- pytz
2323
- requests
24-
- scipy >= 1.14.0
24+
- scipy >= 1.7.2
2525
- statsmodels
2626
- pip:
2727
- nrel-pysam>=2.0

ci/requirements-py3.13.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- ephem
99
- h5py
1010
- numba
11-
- numpy >= 2.1.0
11+
- numpy >= 1.21.2
1212
- pandas >= 1.3.0
1313
- pip
1414
- pytest
@@ -21,7 +21,7 @@ dependencies:
2121
- python=3.13
2222
- pytz
2323
- requests
24-
- scipy >= 1.14.0
24+
- scipy >= 1.7.2
2525
- statsmodels
2626
- pip:
2727
- nrel-pysam>=2.0

docs/sphinx/source/whatsnew/v0.13.1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ Benchmarking
5353
Requirements
5454
~~~~~~~~~~~~
5555
* Drop support for Python 3.9 (reaches End of Life in Oct 2025). (:pull:`2547`)
56-
* Advance minimum numpy to 2.1.0. (:pull:`2547`)
57-
* Advance minimum scipy to 1.14.0. (:pull:`2547`)
56+
* Advance minimum numpy to 1.21.2. (:pull:`2547`)
57+
* Advance minimum scipy to 1.7.2. (:pull:`2547`)
5858

5959

6060
Maintenance

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ authors = [
1111
]
1212
requires-python = ">=3.10"
1313
dependencies = [
14-
'numpy >= 2.1.0',
14+
'numpy >= 1.21.2',
1515
'pandas >= 1.3.0',
1616
'pytz',
1717
'requests',
18-
'scipy >= 1.14.0',
18+
'scipy >= 1.7.2',
1919
'h5py',
2020
]
2121
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)