Previously, Arduino's documentation was clear about not installing dependencies (as described here)
But, the new IDE release (1.8.10) says that "libraries can now declare dependencies that will be proposed during lib installation".
how can I define dependencies in my library?