Skip to content

Commit 23cb668

Browse files
fix(ci): add fastapi dep + bump to 0.3.5 (#2301)
1 parent 2ea3043 commit 23cb668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ discord = "https://discord.gg/s3KuuzsPFb"
2525

2626
[project]
2727
name = "lerobot"
28-
version = "0.3.4"
28+
version = "0.3.5"
2929
description = "🤗 LeRobot: State-of-the-art Machine Learning for Real-World Robotics in Pytorch"
3030
readme = "README.md"
3131
license = { text = "Apache-2.0" }
@@ -113,7 +113,7 @@ intelrealsense = [
113113
"pyrealsense2>=2.55.1.6486,<2.57.0 ; sys_platform != 'darwin'",
114114
"pyrealsense2-macosx>=2.54,<2.55.0 ; sys_platform == 'darwin'",
115115
]
116-
phone = ["hebi-py>=2.8.0,<2.12.0", "teleop>=0.1.0,<0.2.0"]
116+
phone = ["hebi-py>=2.8.0,<2.12.0", "teleop>=0.1.0,<0.2.0", "fastapi<1.0"]
117117

118118
# Policies
119119
pi = ["transformers @ git+https://github.com/huggingface/transformers.git@fix/lerobot_openpi"]

0 commit comments

Comments
 (0)