Skip to content

Commit

Permalink
Modified flexsea dep condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
senthurayyappan committed Nov 21, 2024
1 parent 7429226 commit ce1e05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python = ">=3.9,<4.0"
numpy = "^1.24.3"
flexsea = [
{version = "^12.0.3", python = ">=3.11"},
{version = "==8.0.1", python = "<=3.10"}
{version = "==8.0.1", python = "<3.11"}
]
smbus2 = ">=0.4.2"
grpcio = "^1.65.5"
Expand Down

0 comments on commit ce1e05f

Please sign in to comment.