mikeseven opened a new issue, #13911:
URL: https://github.com/apache/tvm/issues/13911
latest setup tools crash when doing `make cython`
The issue is in gen_requirements.py:
` ("numpy", "<=1.23.*"),`
must be changed to:
` ("numpy", "<=1.23"),
`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]