P. L. Lim
P. L. Lim
At Astropy Coordination Meeting 2025, there was also mention of Vizier tutorials. Is there already an issue for that? Can it piggyback on this issue? Or should I open new...
OK done https://github.com/astropy-learn/astropy-tutorials/issues/670
@astropy/modeling , can you please advise? Thanks! 🙏
``` > from scipy import optimize E ModuleNotFoundError: No module named 'scipy' ``` Please mark your new test to skip when scipy is not installed. See other existing tests for...
Thanks! Need a change log fragment and a regression test.
cc @astropy/modeling @Cadair @astrofrog
This new test would basically be a minimally reproducible example of the bug in https://github.com/astropy/astropy/issues/18212 because the current test suite does not catch this bug encountered in that issue.
Thanks. `pandas` is an optional dependency, so you have to skip your test that needs pandas when it is not installed. See other similar tests for example. `E ModuleNotFoundError: No...
Was this discussed at Astropy Coordination Meeting 2025? Could you please provide more context? Introducing a new required dependency is a big deal and should be well justified. Thanks!
FWIW I'd rather prioritize scipy if we must add a new required dependency (https://github.com/astropy/astropy/issues/12448). * Sphinx is no longer a problem for now and will not be if the MyST...