Add push to hub, Camera 0 and 1, pynput optional
This commit is contained in:
@@ -64,7 +64,7 @@ scikit-image = {version = "^0.23.2", optional = true}
|
||||
pandas = {version = "^2.2.2", optional = true}
|
||||
pytest-mock = {version = "^3.14.0", optional = true}
|
||||
dynamixel-sdk = {version = "^3.7.31", optional = true}
|
||||
pynput = "^1.7.7"
|
||||
pynput = {version = "^1.7.7", optional = true}
|
||||
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@ dev = ["pre-commit", "debugpy"]
|
||||
test = ["pytest", "pytest-cov", "pytest-mock"]
|
||||
umi = ["imagecodecs"]
|
||||
video_benchmark = ["scikit-image", "pandas"]
|
||||
koch = ["dynamixel-sdk"]
|
||||
koch = ["dynamixel-sdk", "pynput"]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 110
|
||||
|
||||
Reference in New Issue
Block a user