nhynes commented on PR #11487:
URL: https://github.com/apache/tvm/pull/11487#issuecomment-1139798655

   > Yes it is 0.15, in fact it's because some other packages such as numpy 
require the latest version of ndarray, so I have to use 0.15.
   
   I have no problem bumping this version, but I can't approve your PR. In the 
meantime, may I suggest importing both versions like
   ```toml
   ndarray_0_12 = { version = "0.12", package = "ndarray" }
   ndarray = "0.15"
   ```
   and making liberal use of `From` and other manual conversions?


-- 
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]

Reply via email to