Skip to content

Commit a21bd3b

Browse files
Merge pull request #170 from FZJ-IEK3-VSA/renovate/pyomo-6.x
fix(deps): update dependency pyomo to >=6.4.8,<=6.10.0
2 parents 7663257 + 637537b commit a21bd3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- scikit-learn >=1.3.0,<=1.8.0
99
- pandas >=2.2.0,<=3.0.1
1010
- numpy >=1.22.4,<=2.4.2
11-
- pyomo >=6.4.3,<=6.9.5
11+
- pyomo >=6.4.3,<=6.10.0
1212
- networkx >=2.5,<=3.6.1
1313
- tqdm >=4.21.0,<=4.67.3
1414
- highspy >=1.7.2,<=1.13.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"scikit-learn>=1.3.0,<=1.8.0",
3636
"pandas>=2.2.0,<=3.0.1",
3737
"numpy>=1.22.4,<=2.4.2",
38-
"pyomo>=6.4.8,<=6.9.5",
38+
"pyomo>=6.4.8,<=6.10.0",
3939
"networkx>=2.5,<=3.6.1",
4040
"tqdm>=4.21.0,<=4.67.3",
4141
"highspy>=1.7.2,<=1.13.1",

0 commit comments

Comments
 (0)