haasad / PyPardiso

Python interface to the Intel MKL Pardiso library to solve large sparse linear systems of equations
BSD 3-Clause "New" or "Revised" License
135 stars 20 forks source link

Remove mkl service #27

Closed haasad closed 3 years ago

haasad commented 3 years ago

See #24, remove dependency on mkl-service because there is only wheels for linux and windows; python 3.7 and 3.8 available on pypi. https://pypi.org/project/mkl-service/#files

This will most likely break the conda-forge build, because pip and conda don't use the same source for the mkl package and we now explicitly require mkl in setup.py again