Skip to content

Commit

Permalink
38: Update simulator-core to 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lfse-slafleur committed Dec 5, 2024
1 parent 74dd48b commit 1473e7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ omotes-sdk-python==3.2.4
# via
# -c requirements.txt
# simulator-worker (pyproject.toml)
omotes-simulator-core==0.0.11
omotes-simulator-core==0.0.12
# via
# -c requirements.txt
# simulator-worker (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
dependencies = [
"python-dotenv ~= 1.0.0",
"omotes-sdk-python ~= 3.2.4",
"omotes-simulator-core==0.0.11",
"omotes-simulator-core==0.0.12",
"pyesdl==24.2.0",
"pandas ~= 2.2.2"
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ omotes-sdk-protocol==0.1.6
# via omotes-sdk-python
omotes-sdk-python==3.2.4
# via simulator-worker (pyproject.toml)
omotes-simulator-core==0.0.11
omotes-simulator-core==0.0.12
# via simulator-worker (pyproject.toml)
ordered-set==4.1.0
# via pyecore
Expand Down

0 comments on commit 1473e7e

Please sign in to comment.