Skip to content

Commit b8cd316

Browse files
fix(pyserial): adding pyserial dependency to global ones (huggingface#1219)
1 parent 323b908 commit b8cd316

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ dependencies = [
6565
"av>=14.2.0",
6666
"pymunk>=6.6.0,<7.0.0",
6767
"pynput>=1.7.7",
68+
"pyserial>=3.5",
6869
"pyzmq>=26.2.1",
6970
"rerun-sdk>=0.21.0",
7071
"termcolor>=2.4.0",
@@ -96,7 +97,7 @@ stretch = [
9697
"pyrender @ git+https://github.com/mmatl/pyrender.git ; sys_platform == 'linux'",
9798
"pyrealsense2>=2.55.1.6486 ; sys_platform != 'darwin'"
9899
]
99-
test = ["pytest>=8.1.0", "pytest-cov>=5.0.0", "pyserial>=3.5", "mock-serial>=0.0.1 ; sys_platform != 'win32'"]
100+
test = ["pytest>=8.1.0", "pytest-cov>=5.0.0", "mock-serial>=0.0.1 ; sys_platform != 'win32'"]
100101
umi = ["imagecodecs>=2024.1.1"]
101102
video_benchmark = ["scikit-image>=0.23.2", "pandas>=2.2.2"]
102103
xarm = ["gym-xarm>=0.1.1 ; python_version < '4.0'"]

0 commit comments

Comments
 (0)