Skip to content

Commit

Permalink
Pin pymodbus to 3.6.x for now since 3.7 breaks simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 19, 2024
1 parent 052918b commit 3f1e805
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdss-lvmecp"
version = "0.8.2a0"
version = "0.8.2"
description = "A library and actor to communicate with an SDSS-V LVM Enclosure"
authors = ["José Sánchez-Gallego <[email protected]>", "mingyeong yang <[email protected]>"]
license = "BSD-3-Clause"
Expand Down Expand Up @@ -33,7 +33,7 @@ sdsstools = "^1.0.0"
sdss-clu = "^2.1.0"
click-default-group = "^1.2.2"
pyserial-asyncio = "^0.6"
pymodbus = "^3.6.2"
pymodbus = "^3.6.0,<3.7"
lvmopstools = "^0.2.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 3f1e805

Please sign in to comment.