File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,20 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " cisl-pownet"
7- version = " 1 .0.0"
7+ version = " 2 .0.0"
88description = " A simple production cost model of framework for power systems"
99readme = " README.md"
1010authors = [{
name =
" Phumthep Bunnak" ,
email =
" [email protected] " }]
11- keywords = [" power_system" , " optimization" ]
11+ keywords = [" power_system" , " optimization" , " production_cost_model " ]
1212dependencies = [
13+ " gurobipy >= 11.0.3" ,
14+ " highspy >= 1.7.2" ,
1315 " matplotlib >= 3.7.1" ,
14- " numpy >= 1.24.3" ,
15- " pandas >= 1.5.3" ,
16- " gurobipy >= 10.0.3" ,
1716 " networkx >= 3.1.0" ,
18- " highspy >= 1.6.0"
17+ " numpy >= 1.26.0" ,
18+ " pandas >= 2.1.1" ,
19+ " scipy >= 1.11.3" ,
20+ " scikit-learn >= 1.5.2" ,
21+ " statsmodels >= 0.14.4" ,
1922]
2023requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments