Closed stevenschmatz closed 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 =.
Building the Dockerfile is currently failing with the following error:
For pip version matching, == is the correct operator, not =.