Skip to content

Commit

Permalink
Minor fixes to docs and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
senthurayyappan committed Nov 21, 2024
1 parent 9346372 commit 7429226
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,3 @@ The _opensourceleg_ library is licensed under the terms of the [LGPL-v2.1 licens
- You can distribute modified versions of the _opensourceleg_ library.

The GPL license ensures that all these freedoms are protected, now and in the future, requiring everyone to share their modifications when they also share the library in public.

## Contributing

Contributions are welcome, and they are greatly appreciated! For more details, read our [contribution guidelines](CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion poetry.lock

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

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.10"}
]
smbus2 = ">=0.4.2"
grpcio = "^1.65.5"
Expand Down

0 comments on commit 7429226

Please sign in to comment.