Lunderberg edited a comment on pull request #8029:
URL: https://github.com/apache/tvm/pull/8029#issuecomment-863554746
@areusch I think I'll need some help on this one, as the remaining warnings
relate to the CI image and setup.
* `WARNING:root:git describe: fatal: No names found, cannot describe
anything.`
Cannot reproduce in the local docker image. It looks like sphinx is
trying to run git describe, but the CI's copy of the repo is too shallow. How
deep of a clone does the CI use?
* `WARNING:root:scikit-learn version 0.24.2 is not supported. Minimum
required version: 0.17. Maximum required version: 0.19.2. Disabling
scikit-learn conversion API.`
From importing `coremltools`. The current version 4.1 has a maximum
version of `scikit-learn<=0.19.2`. Unfortunately, the current version of
`gluoncv==0.10.1` has a minimum version of `scikit-learn>=0.23.2`, so it won't
be a simple update of a single package.
--
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]