Skip to content

Commit 1144106

Browse files
Bump miniimum pandas to fix bad test failure
1 parent 6750709 commit 1144106

File tree

8 files changed

+8
-7
lines changed

8 files changed

+8
-7
lines changed

benchmarks/asv.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"python": "3.9",
117117
"build": "",
118118
"numpy": "1.19.5",
119-
"pandas": "1.3.0",
119+
"pandas": "1.4.0",
120120
"scipy": "1.6.0",
121121
// Note: these don't have a minimum in setup.py
122122
"h5py": "3.1.0",

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.17.3
12-
- pandas >= 1.3.0
12+
- pandas >= 1.4.0
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.17.3
12-
- pandas >= 1.3.0
12+
- pandas >= 1.4.0
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.17.3
12-
- pandas >= 1.3.0
12+
- pandas >= 1.4.0
1313
- pip
1414
- pytest
1515
- pytest-cov

ci/requirements-py3.9-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.19.3
17-
- pandas==1.3.0 # min version of pvlib
17+
- pandas==1.4.0 # min version of pvlib
1818
- scipy==1.6.0
1919
- pytest-rerunfailures # conda version is >3.6
2020
- pytest-remotedata # conda package is 0.3.0, needs > 0.3.1

ci/requirements-py3.9.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.17.3
12-
- pandas >= 1.3.0
12+
- pandas >= 1.4.0
1313
- pip
1414
- pytest
1515
- pytest-cov

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Testing
2323

2424
Requirements
2525
~~~~~~~~~~~~
26+
* Minimum version of pandas advanced from 1.3.0 to 1.4.0. (:pull:`2341`)
2627

2728

2829
Contributors

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.9"
1313
dependencies = [
1414
'numpy >= 1.19.3',
15-
'pandas >= 1.3.0',
15+
'pandas >= 1.4.0',
1616
'pytz',
1717
'requests',
1818
'scipy >= 1.6.0',

0 commit comments

Comments
 (0)