From e4d2f1c6453b37bb392fd5ca357867d42d0632ae Mon Sep 17 00:00:00 2001 From: KUMAR SHIKHAR Date: Tue, 22 Oct 2024 09:18:48 +0530 Subject: [PATCH] chore:update rapyuta-io to the required branch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3534375a..6c9c1490 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "python-magic>=0.4.27", "pytz", "pyyaml>=5.4.1", - "rapyuta-io>=2.0.0", + "rapyuta-io @ git+https://git@github.com/rapyuta-robotics/rapyuta-io-sdk.git@feat/device-exec-async", "requests>=2.20.0", "semver>=3.0.0", "setuptools",