Skip to content

Commit

Permalink
Merge branch 'main' into 32-write-results-to-influx-based-on-port-ids
Browse files Browse the repository at this point in the history
  • Loading branch information
lfse-slafleur committed Nov 14, 2024
2 parents f81671d + 6938ee9 commit 1a49819
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# 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
Expand Down Expand Up @@ -147,7 +147,7 @@ omotes-sdk-protocol==0.1.6
# via
# -c requirements.txt
# omotes-sdk-python
omotes-sdk-python==3.2.3
omotes-sdk-python==3.2.4
# 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 @@ -21,7 +21,7 @@ classifiers = [

dependencies = [
"python-dotenv ~= 1.0.0",
"omotes-sdk-python ~= 3.2.3",
"omotes-sdk-python ~= 3.2.4",
"omotes-simulator-core==0.0.11",
"pyesdl==24.2.0",
"pandas ~= 2.2.2"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements.txt pyproject.toml
Expand Down Expand Up @@ -57,7 +57,7 @@ numpy==2.1.3
# scipy
omotes-sdk-protocol==0.1.6
# via omotes-sdk-python
omotes-sdk-python==3.2.3
omotes-sdk-python==3.2.4
# via simulator-worker (pyproject.toml)
omotes-simulator-core==0.0.11
# via simulator-worker (pyproject.toml)
Expand Down

0 comments on commit 1a49819

Please sign in to comment.