We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4ca89 commit f2213b0Copy full SHA for f2213b0
extensions/rcs_fr3/pyproject.toml
@@ -7,8 +7,7 @@ name = "rcs_fr3"
7
version = "0.5.0"
8
description="RCS libfranka integration"
9
dependencies = [
10
- # NOTE: when changing the pin version, also change it in requirements_dev.txt
11
- "pin==3.7.0",
+ "rcs>=0.5.0",
12
]
13
readme = "../../README.md"
14
maintainers = [
extensions/rcs_robotics_library/pyproject.toml
@@ -4,9 +4,12 @@ build-backend = "scikit_build_core.build"
4
5
[project]
6
name = "rcs_robotics_library"
-version = "0.4.0"
+version = "0.5.0"
description="RCS robotics library integration"
readme = "README.md"
+dependencies = [
+]
{ name = "Tobias Jülg", email = "[email protected]" },
15
0 commit comments