I am suffering with a bug in my code using numpy FFT and one suggestion has been that it could be due to the use of the Intel Maths Kernal Library (mkl) in Anaconda.
To test this, I would like to re-run without using mkl.
So is there a way of using a non mkl version of numpy with Python in Anaconda?
My discussion in the numpy issues log on github relates: https://github.com/numpy/numpy/issues/20113