Skip to content

Commit f2213b0

Browse files
committed
fix(extensions): rcs versions
1 parent 0e4ca89 commit f2213b0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

extensions/rcs_fr3/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ name = "rcs_fr3"
77
version = "0.5.0"
88
description="RCS libfranka integration"
99
dependencies = [
10-
# NOTE: when changing the pin version, also change it in requirements_dev.txt
11-
"pin==3.7.0",
10+
"rcs>=0.5.0",
1211
]
1312
readme = "../../README.md"
1413
maintainers = [

extensions/rcs_robotics_library/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "rcs_robotics_library"
7-
version = "0.4.0"
7+
version = "0.5.0"
88
description="RCS robotics library integration"
99
readme = "README.md"
10+
dependencies = [
11+
"rcs>=0.5.0",
12+
]
1013
maintainers = [
1114
{ name = "Tobias Jülg", email = "[email protected]" },
1215
]

0 commit comments

Comments
 (0)