Update Pynput (#11)

This commit is contained in:
shantanuparab-tr 2025-03-17 14:04:53 -05:00 committed by Luke Schmitt
parent a6ee2812cd
commit f0908e15d1
No known key found for this signature in database
GPG Key ID: E9957A727DDEB555
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ stretch = [
"pynput>=1.7.7", "pynput>=1.7.7",
] ]
test = ["pytest>=8.1.0", "pytest-cov>=5.0.0", "pyserial>=3.5"] test = ["pytest>=8.1.0", "pytest-cov>=5.0.0", "pyserial>=3.5"]
trossen_ai = ["pyrealsense2>=2.55.1.6486", "trossen-arm>=1.6.0"] trossen_ai = ["pyrealsense2>=2.55.1.6486", "trossen-arm>=1.6.0", "pynput>=1.7.7",]
umi = ["imagecodecs>=2024.1.1"] umi = ["imagecodecs>=2024.1.1"]
video_benchmark = ["scikit-image>=0.23.2", "pandas>=2.2.2"] video_benchmark = ["scikit-image>=0.23.2", "pandas>=2.2.2"]
xarm = ["gym-xarm>=0.1.1 ; python_version < '4.0'"] xarm = ["gym-xarm>=0.1.1 ; python_version < '4.0'"]