X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=setup.py;h=e875c4a71783f6b6b3d00d7a24155d9bc139a1bb;hb=e1cd6fbd4fefe41d5ae2c9071629bc26484f6044;hp=e832e67685a12f4cac276e01f16ce07bf43cc2cf;hpb=8a90d186bbc26fe0f9a4ee021cffbff0d4afe5b2;p=ric-app%2Fhw-python.git 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"])], )