Lunderberg commented on issue #8177: URL: https://github.com/apache/tvm/issues/8177#issuecomment-864085163
Found while implementing #8029, there are a few version incompatibilities in `tlcpack/ci_gpu:v0.75`. * Current version of `tensorflow==2.3.1` is incompatible with cuda 11.0. Based on [this table](https://www.tensorflow.org/install/source#gpu), we'll want to switch to `tensorflow==2.4.0`. The warning can be reproduced by running `import tensorflow` in a python shell. * `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.` The warning can be reproduced by running `import coremltools` in a python shell. The current version of `coremltools==4.1` has a maximum version of `scikit-learn<=0.19.2`. Unfortunately, the current version of `gluoncv==0.10.1` has a conflicting 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]
