diff --git a/docs/index.md b/docs/index.md index fea66ea..d4e6438 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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). diff --git a/poetry.lock b/poetry.lock index 8a32245..8a95ac9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3010,4 +3010,4 @@ moteus = ["moteus", "moteus-pi3hat"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "e7ed686c052b48a4e000a9c11582434057dd15092c62f2f3256e7d8aa0388621" +content-hash = "9351db36ceedc0ec56895f9ec85bf1ced6443878d4f1bef0aa26ab9a6e354794" diff --git a/pyproject.toml b/pyproject.toml index 94043b4..d879308 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"