Skip to content

Commit 1df11ab

Browse files
Update dependency pyomo to v6.10.0
1 parent c7c3f32 commit 1df11ab

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
@@ -34,7 +34,7 @@ dependencies = [
3434
"openpyxl<=3.1.5",
3535
"matplotlib<=3.9.2",
3636
"xlrd>=1.2.0,<=2.0.2",
37-
"pyomo>=6.8,<=6.9.4",
37+
"pyomo>=6.8,<=6.10.0",
3838
"numpy>=1.22,<=2.3.3",
3939
"pandas>=1.4,<=2.2.3",
4040
"scipy>=1.7.2,<=1.16.2",

requirements_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- openpyxl <=3.1.5
1313
- matplotlib <=3.9.2
1414
- xlrd >=1.2.0,<=2.0.2
15-
- pyomo >=6.8,<=6.9.4
15+
- pyomo >=6.10,<=6.10.0
1616
- numpy >=1.22,<=2.3.3
1717
- pandas >=1.4,<=2.2.3
1818
- scipy >=1.7.2,<=1.16.2

0 commit comments

Comments
 (0)