Remove caret requirement

This commit is contained in:
Simon Alibert
2024-10-18 09:48:38 +02:00
parent 3a9f964429
commit 91e8ce772b
2 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ pyrealsense2 = {version = ">=2.55.1.6486", markers = "sys_platform != 'darwin'",
pyrender = {git = "https://github.com/mmatl/pyrender.git", markers = "sys_platform == 'linux'", optional = true}
hello-robot-stretch-body = {version = ">=0.7.27", markers = "sys_platform == 'linux'", optional = true}
pyserial = {version = ">=3.5", optional = true}
jsonlines = "^4.0.0"
jsonlines = ">=4.0.0"
[tool.poetry.extras]