diff --git a/demos/common/python/requirements.txt b/demos/common/python/requirements.txt index 899be1ac16..6cfd73dea8 100644 --- a/demos/common/python/requirements.txt +++ b/demos/common/python/requirements.txt @@ -1,4 +1,4 @@ futures==3.1.1 opencv-python>=4.6.0 -tensorflow-serving-api==2.11.0 -numpy<2.0.0 \ No newline at end of file +tensorflow-serving-api>=2.11.0,<=2.13.0 +numpy<2.0.0