Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update opencv-python to 4.5.5.64 and restrict numpy to 1.x
- Update due to flatpack's complaints: WARNING: The candidate selected for download or install is a yanked version: 'opencv-python' candidate (version 4.5.5.62 at https://files.pythonhosted.org/packages/9d/98/36bfcbff30da27dd6922ed73ca7802c37d87f77daf4c569da3dcb87b4296/opencv_python-4.5.5.62-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (from https://pypi.org/simple/opencv-python/) (requires-python:>=3.6)) Reason for being yanked: deprecated, use 4.5.5.64 - Restrict numpy to not installing 2.x version (due to >=1.12 version specified in requirements.txt) which causes run-time error: RuntimeError: module compiled against ABI version 0x1000009 but this version of numpy is 0x2000000 - Align installed versions between setup.py, requirements.txt, and io.github.bcnc.json files. Signed-off-by: Damian Wrobel <[email protected]>
- Loading branch information