Skip to content

Commit 685a0eb

Browse files
committed
Merge branch 'main' into feature/kpi-calculator-integration
2 parents 70892c1 + d30f10d commit 685a0eb

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"omotes-simulator-core==0.0.28",
2626
"pyesdl==25.7",
2727
"pandas ~= 2.2.2",
28-
"kpi-calculator",
28+
"kpi-calculator>=0.1.1",
2929
]
3030

3131
[project.optional-dependencies]

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ influxdb==5.3.2
4646
# via omotes-simulator-core
4747
kombu==5.5.4
4848
# via celery
49+
kpi-calculator==0.1.1
50+
# via simulator-worker (..\..\pyproject.toml)
4951
lxml==6.0.2
5052
# via pyecore
5153
msgpack==1.1.2

0 commit comments

Comments
 (0)