I am working on a project that involves some huge libraries. Every time I want to make minor changes to my script, I have to reload all the dependencies, which takes a very long time. Is there a way to make edits and reload without reloading all the dependencies?
Possibly related, but doesn't fully answer my question: Auto-run a python script without reloading dependencies