diff --git a/.travis.yml b/.travis.yml index 238fe2c..50f2b11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,9 @@ python: - '2.7' - '3.5' - '3.6' -- '3.7' install: -- pip install -r requirements.txt -q +- pip install -r requirements.txt script: - pip install cibuildwheel==0.10.1 - cibuildwheel --output-dir wheelhouse diff --git a/requirements.txt b/requirements.txt index cff9e7e..4bb8453 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -opencv_python==3.4.2.17 +opencv_python==4.0.0.21 localpubsub==0.0.1 numpy==1.16.1 \ No newline at end of file diff --git a/setup.py b/setup.py index e56929c..7a7e94f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ with open('README.md', 'r', encoding='utf-8') as f: readme = f.read() REQUIRES = [ - "opencv_python==3.4.2.17" + "opencv_python==4.0.0.21" "localpubsub==0.0.1", "numpy==1.16.1" ]