The following suggestion is pretty good PyAutoLabs/PyAutoGalaxy#68
We should have a build run which uses the following commands (only these libraries support this feature)
pip install astropy -U --pre
pip install numpy -U --pre
pip install PyYAML -U --pre
pip install scipy -U --pre
In fact, it seems like every project will install via this command, albeit projects which dont specifically support it just go to their latest version.
This should be separate from the automated build runs, as it does not mean the current distribution is broken