Skip to content

Commit 02e251e

Browse files
Update dependency pandas to v3
1 parent c7c3f32 commit 02e251e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"xlrd>=1.2.0,<=2.0.2",
3737
"pyomo>=6.8,<=6.9.4",
3838
"numpy>=1.22,<=2.3.3",
39-
"pandas>=1.4,<=2.2.3",
39+
"pandas>=1.4,<=3.0.1",
4040
"scipy>=1.7.2,<=1.16.2",
4141
"scikit-learn>=1.2,<=1.7.2",
4242
"xarray>=2022.3.0,<=2025.10.1,!=2024.10.0,!=2024.11.0,!=2025.1.*,!=2025.3.*,!=2025.9.*",

requirements_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- xlrd >=1.2.0,<=2.0.2
1515
- pyomo >=6.8,<=6.9.4
1616
- numpy >=1.22,<=2.3.3
17-
- pandas >=1.4,<=2.2.3
17+
- pandas >=3,<=3.0.1
1818
- scipy >=1.7.2,<=1.16.2
1919
- scikit-learn >=1.2,<=1.7.2
2020
- xarray >=2022.3.0,<=2025.10.1,!=2024.10.0,!=2024.11.0,!=2025.1.*,!=2025.3.*,!=2025.9.*

0 commit comments

Comments
 (0)