Skip to content

Commit ef24847

Browse files
committed
Update pyproject.toml
1 parent b0003ce commit ef24847

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

pyproject.toml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cisl-pownet"
7-
version = "1.0.0"
7+
version = "2.0.0"
88
description = "A simple production cost model of framework for power systems"
99
readme = "README.md"
1010
authors = [{ name = "Phumthep Bunnak", email = "[email protected]" }]
11-
keywords = ["power_system", "optimization"]
11+
keywords = ["power_system", "optimization", "production_cost_model"]
1212
dependencies = [
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
]
2023
requires-python = ">=3.10"

0 commit comments

Comments
 (0)