ACCarnall / bagpipes

Bagpipes is a state of the art code for generating realistic model galaxy spectra and fitting these to spectroscopic and photometric observations. Users should install with pip, not by cloning the repository.
http://bagpipes.readthedocs.io
GNU General Public License v3.0
71 stars 37 forks source link

Replace (deprecated) distutils find_executable with shutil.which #67

Closed larrybradley closed 2 months ago

larrybradley commented 2 months ago

distutils has been deprecated for a while now (and completely removed from Python 3.12). setuptools still packages a copy of distutils, but its usage is strongly discouraged.