Skip to content

Commit 764a720

Browse files
committed
pandas too
1 parent 3db4de4 commit 764a720

7 files changed

Lines changed: 7 additions & 6 deletions

File tree

ci/requirements-py3.10-min.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- pip:
1515
- h5py==3.0.0
1616
- numpy==1.21.2
17-
- pandas==1.3.0 # min version of pvlib
17+
- pandas==1.3.3 # min version of pvlib
1818
- 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

ci/requirements-py3.10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- h5py
1010
- numba
1111
- numpy >= 1.21.2
12-
- pandas >= 1.3.0
12+
- pandas >= 1.3.3
1313
- pip
1414
- pytest
1515
- pytest-cov

ci/requirements-py3.11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- h5py
1010
- numba
1111
- numpy >= 1.21.2
12-
- pandas >= 1.3.0
12+
- pandas >= 1.3.3
1313
- pip
1414
- pytest
1515
- pytest-cov

ci/requirements-py3.12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- h5py
1010
- numba
1111
- numpy >= 1.21.2
12-
- pandas >= 1.3.0
12+
- pandas >= 1.3.3
1313
- pip
1414
- pytest
1515
- pytest-cov

ci/requirements-py3.13.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- h5py
1010
- numba
1111
- numpy >= 1.21.2
12-
- pandas >= 1.3.0
12+
- pandas >= 1.3.3
1313
- pip
1414
- pytest
1515
- pytest-cov

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Requirements
5555
* Drop support for Python 3.9 (reaches End of Life in Oct 2025). (:pull:`2547`)
5656
* Advance minimum numpy to 1.21.2. (:pull:`2547`)
5757
* Advance minimum scipy to 1.7.2. (:pull:`2547`)
58+
* Advance minimum pandas to 1.3.3. (:pull:`2547`)
5859

5960

6061
Maintenance

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
requires-python = ">=3.10"
1313
dependencies = [
1414
'numpy >= 1.21.2',
15-
'pandas >= 1.3.0',
15+
'pandas >= 1.3.3',
1616
'pytz',
1717
'requests',
1818
'scipy >= 1.7.2',

0 commit comments

Comments
 (0)