Open paddyroddy opened 4 years ago
@mdavezac Just pinging you on this issue. We either need to add dependencies or revert to scipy
.
It's been reverted in "main" now. I guess the best way to do it would be to require only scipy, but check if gmpy2 is installed and fallback to scipy otherwise. Users can then install gmpy2 independently if they feel the need.
In my PR I neglected the fact that the
gmpy2
library requireslibmpc-dev
&libmpfr-dev
libraries https://github.com/astro-informatics/src_ssht/pull/17 so either we need those in thesetup.py
or we should revert that PR