diff --git a/requirements.txt b/requirements.txt index c2474b8..029b888 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ opencv_python==3.4.5.20 -localpubsub==0.0.3 +localpubsub==0.0.4 numpy==1.16.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 319bbc2..831d843 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ with open('README.md', 'r', encoding='utf-8') as f: REQUIRES = [ 'opencv_python == 3.4.5.20', - 'localpubsub == 0.0.3', + 'localpubsub == 0.0.4', 'numpy == 1.16.1' ]