MhLiao / TextBoxes_plusplus

TextBoxes++: A Single-Shot Oriented Scene Text Detector
Other
953 stars 279 forks source link

Fix requirements.txt #61

Closed stevenschmatz closed 6 years ago

stevenschmatz commented 6 years ago

Building the Dockerfile is currently failing with the following error:

Invalid requirement: 'Cython=0.19.2'
= is not a valid operator. Did you mean == ?

For pip version matching, == is the correct operator, not =.