From: naman.gupta Date: Mon, 28 Jun 2021 08:42:11 +0000 (+0530) Subject: Updating ricxappframework dependency X-Git-Tag: 1.1.1~10 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=e1cd6fbd4fefe41d5ae2c9071629bc26484f6044;p=ric-app%2Fhw-python.git Updating ricxappframework dependency Signed-off-by: naman.gupta Change-Id: Idfa6c86c25d6177a2916a0d7ea4f78e8920a6999 --- 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"])], )