Skip to content

Commit ed59b15

Browse files
authored
Merge pull request #15 from dangunter/add_kpi
Add KPIs
2 parents 8d40ca7 + a3b8e39 commit ed59b15

File tree

4 files changed

+864
-89
lines changed

4 files changed

+864
-89
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ dynamic = ["version"]
1212
dependencies = [
1313
"pydantic >= 2, <3",
1414
"pyomo",
15+
"plotly >= 6.1.1",
16+
"pandas >= 2.2.3",
17+
"numpy >= 2"
1518
]
1619
[project.optional-dependencies]
1720
testing = [

requirements-dev.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Sphinx==7.3.7 ; python_version >= '3.9'
66
sphinx-autoapi==3.0.0
77
sphinx-rtd-theme==2.0.0
88

9+
plotly >= 6.1.1
10+
pandas >= 2.2.3
11+
numpy >= 2
12+
IPython
13+
914
watertap @ git+https://github.com/watertap-org/watertap@main
1015

11-
--editable .[testing]
16+
--editable .[testing]

0 commit comments

Comments
 (0)