Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --constraint=requirements.txt --extra=dev --output-file=dev-requirements.txt pyproject.toml
# pip-compile --constraint='..\..\requirements.txt' --extra=dev --output-file='..\..\dev-requirements.txt' '..\..\pyproject.toml'
#
aio-pika==9.4.3
# via
Expand Down Expand Up @@ -124,7 +124,7 @@ kombu==5.6.2
# via
# -c requirements.txt
# celery
kpi-calculator==0.4.2a2
kpi-calculator==0.4.2
# via
# -c requirements.txt
# simulator-worker (pyproject.toml)
Expand Down Expand Up @@ -164,11 +164,11 @@ omotes-sdk-protocol==1.2.0
# via
# -c requirements.txt
# omotes-sdk-python
omotes-sdk-python==4.3.2
omotes-sdk-python==4.3.3
# via
# -c requirements.txt
# simulator-worker (pyproject.toml)
omotes-simulator-core==0.0.28
omotes-simulator-core==0.0.30
# via
# -c requirements.txt
# simulator-worker (pyproject.toml)
Expand All @@ -195,7 +195,7 @@ pandas==2.2.3
# kpi-calculator
# omotes-simulator-core
# simulator-worker (pyproject.toml)
pandas-stubs==2.1.4.231227
pandas-stubs==3.0.0.260204
# via simulator-worker (pyproject.toml)
parameterized==0.9.0
# via simulator-worker (pyproject.toml)
Expand Down Expand Up @@ -233,7 +233,7 @@ pyecore==0.13.2
# via
# -c requirements.txt
# pyesdl
pyesdl==25.7
pyesdl==26.2
# via
# -c requirements.txt
# kpi-calculator
Expand Down Expand Up @@ -295,8 +295,6 @@ streamcapture==1.2.7
# via
# -c requirements.txt
# omotes-sdk-python
types-pytz==2026.1.1.20260408
# via pandas-stubs
typing-extensions==4.15.0
# via
# -c requirements.txt
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ classifiers = [

dependencies = [
"python-dotenv ~= 1.0.0",
"omotes-sdk-python ~= 4.3.2",
"omotes-simulator-core==0.0.28",
"pyesdl==25.7",
"omotes-sdk-python ~= 4.3.3",
"omotes-simulator-core==0.0.30",
"pyesdl==26.2",
"pandas ~= 2.2.2",
"kpi-calculator>=0.4.2a2",
"kpi-calculator>=0.4.2",
]

[project.optional-dependencies]
Expand All @@ -47,7 +47,7 @@ dev = [
"mypy ~= 1.13.0",
"isort == 5.13.2",
"build ~= 1.2.2",
"pandas-stubs ~= 2.1.1"
"pandas-stubs"
]

[project.urls]
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements.txt pyproject.toml
# pip-compile --output-file='..\..\requirements.txt' '..\..\pyproject.toml'
#
aio-pika==9.4.3
# via omotes-sdk-python
Expand Down Expand Up @@ -52,7 +52,7 @@ influxdb==5.3.2
# omotes-simulator-core
kombu==5.6.2
# via celery
kpi-calculator==0.4.2a2
kpi-calculator==0.4.2
# via simulator-worker (pyproject.toml)
lxml==6.0.4
# via pyecore
Expand All @@ -70,9 +70,9 @@ numpy==2.1.3
# scipy
omotes-sdk-protocol==1.2.0
# via omotes-sdk-python
omotes-sdk-python==4.3.2
omotes-sdk-python==4.3.3
# via simulator-worker (pyproject.toml)
omotes-simulator-core==0.0.28
omotes-simulator-core==0.0.30
# via simulator-worker (pyproject.toml)
ordered-set==4.1.0
# via pyecore
Expand All @@ -99,7 +99,7 @@ pydantic-core==2.41.5
# via pydantic
pyecore==0.13.2
# via pyesdl
pyesdl==25.7
pyesdl==26.2
# via
# kpi-calculator
# omotes-sdk-python
Expand Down
Loading
Loading