• Ray Donnelly's avatar
    Conda: Un-special-case mkl/GCC-on-Windows detection · f2573508
    Ray Donnelly 提交于
    Since each of Anaconda/Miniconda/conda-forge change sys.version to
    contain different things, and some users may install MKL outside
    of conda, always try the import and then, if using conda, give some
    useful information on how to install MKL (by installing `mkl-service`
    not `mkl`).
    f2573508
configdefaults.py 67.6 KB