MhLiao / TextBoxes_plusplus

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

Update requirements.txt to work with pip #55

Closed sbalk closed 6 years ago

sbalk commented 6 years ago

While creating a docker image in Step 9/15, I ran into a bunch of errors from the requirements.txt file like;

File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2573, in scan_list
    raise ValueError("Expected "+item_name+" in",line,"at",line[p:])
ValueError: ('Expected version spec in', 'Cython=0.19.2', 'at', '=0.19.2')

package=version isn't accepted by pip, package==version is.