comaniac commented on pull request #7021: URL: https://github.com/apache/tvm/pull/7021#issuecomment-786215477
@limenghao we use `black` to format all Python code. Specifically, you can do auto-formatting as follows: ``` pip3 install black black -l 100 <python file> ``` You can also follow @zxybazh's suggestion to fix the formatting by referring to the CI errors, tho. For `scipy`, TVM already depends on `scipy`. See `python/gen_requirements.py` for detail (cc @areusch). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
