From e1cd6fbd4fefe41d5ae2c9071629bc26484f6044 Mon Sep 17 00:00:00 2001 From: "naman.gupta" Date: Mon, 28 Jun 2021 14:12:11 +0530 Subject: [PATCH] Updating ricxappframework dependency Signed-off-by: naman.gupta Change-Id: Idfa6c86c25d6177a2916a0d7ea4f78e8920a6999 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e832e67..e875c4a 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( author='Rahul Banerji', author_email='r.banerji@samsung.com', python_requires='>=3.8', - install_requires=["ricxappframe>=1.1.1,<2.0.0"], + install_requires=["ricxappframe>=1.1.1,<2.1.0"], entry_points={"console_scripts": ["run-hw-python.py=src.main:launchXapp"]}, # adds a magical entrypoint for Docker data_files=[("", ["LICENSE.txt"])], ) -- 2.16.6